Skip to content

Commit

Permalink
added .coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jun 26, 2016
1 parent 896cbe7 commit 4b0ddfc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[run]
include =
calaccess_website/*.py

omit =
calaccess_website/tests.py

[report]
exclude_lines =
pragma: no cover
add_introspection_rules

0 comments on commit 4b0ddfc

Please sign in to comment.