Skip to content

Commit c091c8d

Browse files
mikethemandomdfcoding
authored andcommitted
tests: omit covered files (pypi#10801)
When the tests complete, we get a lovely list of files that are 100% covered by tess - woohoo! As the file count grows, seeing anything that isn't 100% covered is harder, so we can omit any file that coverage.py reports is fully covered. Signed-off-by: Mike Fiedler <[email protected]>
1 parent 12e3337 commit c091c8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ omit =
2424
exclude_lines =
2525
pragma: no cover
2626
class \w+\(Interface\):
27+
28+
# Don't show us anything that's already 100% covered.
29+
skip_covered = True

0 commit comments

Comments
 (0)