Skip to content

Commit

Permalink
Add coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Aug 29, 2015
1 parent 306ad57 commit 6b5d76e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
@@ -0,0 +1,8 @@
[run]
branch = True
source = djchoices

[report]
omit = */tests/*
exclude_lines =
pragma: no cover

0 comments on commit 6b5d76e

Please sign in to comment.