watcher/.coveragerc

11 lines
155 B
INI

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