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 f868453 + aef542c commit c6b69d8Copy full SHA for c6b69d8
.travis.yml
@@ -29,7 +29,7 @@ matrix:
29
env: DJANGO_VERSION=1.11
30
31
install:
32
- - pip install coveralls
+ - pip install coveralls codacy-coverage
33
- pip install -r requirements.txt
34
- pip install -q Django==$DJANGO_VERSION
35
- pip install --upgrade setuptools wheel
@@ -42,6 +42,8 @@ script:
42
after_success:
43
- coverage combine .coverage django_prometheus/tests/end2end/.coverage
44
- coveralls
45
+ - coverage xml
46
+ - python-codacy-coverage -r coverage.xml
47
before_deploy:
48
- git checkout $TRAVIS_BRANCH
49
- git fetch --unshallow
0 commit comments