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