Merge "Update .coveragerc to ignore abstract methods"
This commit is contained in:
@@ -4,6 +4,7 @@ source = watcher
|
||||
omit = watcher/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
ignore_errors = True
|
||||
exclude_lines =
|
||||
@abstract
|
||||
@abc.abstract
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user