Skip to content

Commit

Permalink
tweak coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 14, 2017
1 parent 2d4527c commit 2769ccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
[run]
source = src

[report]
exclude_lines =
pragma: no cover
if __name__ == .__main__.:
return unittest.defaultTestLoader.loadTestsFromName(__name__)

0 comments on commit 2769ccd

Please sign in to comment.