Set skip_covered = True in .coveragerc

This commit is contained in:
Anthony Sottile
2018-05-12 11:17:41 -07:00
parent 1b67b03b26
commit 3d49db7851

View File

@@ -11,6 +11,7 @@ omit =
[report]
show_missing = True
skip_covered = True
exclude_lines =
# Have to re-enable the standard pragma
\#\s*pragma: no cover