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.
2 parents 8cb91af + 895bd54 commit 18ad4d0Copy full SHA for 18ad4d0
.travis.yml
@@ -38,8 +38,9 @@ script:
38
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
39
- coverage run --source=django_prometheus setup.py test
40
- python setup.py sdist bdist_wheel
41
- - pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. python manage.py test && popd
+ - pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
42
after_success:
43
+ - coverage combine .coverage django_prometheus/tests/end2end/.coverage
44
- coveralls
45
before_deploy:
46
- git checkout $TRAVIS_BRANCH
0 commit comments