Merge "Update .coveragerc to ignore abstract methods"

This commit is contained in:
Jenkins
2016-04-08 18:57:11 +00:00
committed by Gerrit Code Review

View File

@@ -4,6 +4,7 @@ source = watcher
omit = watcher/tests/*
[report]
ignore_errors = True
ignore_errors = True
exclude_lines =
@abstract
@abc.abstract
raise NotImplementedError