We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927d6c1 commit e0f59dbCopy full SHA for e0f59db
.coveragerc
@@ -1,5 +1,6 @@
1
[run]
2
parallel = true
3
source = .
4
-include = pytest_django/*,pytest_django_test/*,tests/*
5
branch = true
+[report]
6
+include = pytest_django/*,pytest_django_test/*,tests/*
.travis.yml
@@ -69,6 +69,7 @@ after_success:
69
if [[ "$PYTEST_DJANGO_COVERAGE" = 1 ]]; then
70
pip install codecov
71
72
+ coverage --version
73
coverage combine
74
coverage xml
75
0 commit comments