watcher/.coveragerc
Jean-Emile DARTOIS 57cecb27f5 Remove pragma no cover from code
Add exclude_lines in the report section of .coveragerc to ignore
abstract in test coverage

Change-Id: I7863a8ba7e20358fb7cdf3cc7e4d83871a5104ef
2015-12-15 10:14:40 +01:00

10 lines
122 B
INI

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