watcher/.coveragerc

13 lines
181 B
INI

[run]
branch = True
source = watcher
omit =
watcher/tests/*
watcher/hacking/*
[report]
ignore_errors = True
exclude_lines =
@abc.abstract
raise NotImplementedError