pydle/.coveragerc

11 lines
125 B
INI

[run]
branch = True
source = pydle
omit =
pydle/utils/*
[report]
exclude_lines =
raise NotImplementedError
pass