Skip to content

Commit

Permalink
Exclude test files from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 8, 2017
1 parent ddbcf2e commit 3030b01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
@@ -0,0 +1,8 @@
[run]
branch = True

[report]
#show_missing = True
omit =
*/tests.py
*/tests/test_*.py

0 comments on commit 3030b01

Please sign in to comment.