Skip to content

Commit

Permalink
Don't report some files on coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Sep 5, 2018
1 parent d061f2f commit d85807f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .coveragerc
@@ -1,3 +1,10 @@
[run]
omit =
*/**/migrations/*
*/**/management/commands/*
*/**/settings/*
*/**/settings.py
analytics/vendor/*
rtd_tests/*
*/**/tests/**
wsgi.py
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -57,5 +57,5 @@ description = run test suite with code coverage for the application with {basepy
deps = coverage
whitelist_externals = echo
commands =
coverage report --show-missing --fail-under=79
coverage report --show-missing --fail-under=76
echo Annotated HTML coverage report is in {toxinidir}/readthedocs/htmlcov/index.html

0 comments on commit d85807f

Please sign in to comment.