Skip to content

Commit

Permalink
Create .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Peak committed Sep 27, 2015
1 parent b40d0a1 commit 19c2e90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[run]
branch = True
source = app

[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*

0 comments on commit 19c2e90

Please sign in to comment.