We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d7b00 commit 1bacd1eCopy full SHA for 1bacd1e
.coveragerc
@@ -1,3 +1,10 @@
1
[run]
2
omit =
3
*/**/migrations/*
4
+ */**/management/commands/*
5
+ */**/settings/*
6
+ */**/settings.py
7
+ analytics/vendor/*
8
+ rtd_tests/*
9
+ */**/tests/**
10
+ wsgi.py
tox.ini
@@ -57,5 +57,5 @@ description = run test suite with code coverage for the application with {basepy
57
deps = coverage
58
whitelist_externals = echo
59
commands =
60
- coverage report --show-missing --fail-under=79
+ coverage report --show-missing --fail-under=76
61
echo Annotated HTML coverage report is in {toxinidir}/readthedocs/htmlcov/index.html
0 commit comments