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

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