Skip to content

Commit

Permalink
ignore tests for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thomux committed Jul 19, 2017
1 parent 850cc4d commit 9d18bc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# .coveragerc to control coverage.py
[run]
branch = True
omit =
# omit tests
*/test/*
# omit test runner
test.py
# omit example runner
main.py

[report]
# Regexes for lines to exclude from consideration
Expand Down

0 comments on commit 9d18bc7

Please sign in to comment.