Skip to content

Commit

Permalink
add coverage config file
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 19, 2016
1 parent dd4cbd9 commit 4f90f96
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .coveragerc to control coverage.py
[run]
source = ./ureport

[report]
ignore_errors = True
precision = 0
show_missing = True


omit =
*/migrations/*
*/tests*,
*__init__*,
*settings*,
*management/commands*

[html]
directory = coverage_html_report

0 comments on commit 4f90f96

Please sign in to comment.