prefix path coverage

This commit is contained in:
Silvio Leite
2018-11-16 17:07:58 -02:00
parent 625eee756c
commit cd144e2ef7
2 changed files with 43944 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
language: python
dist: trusty
sudo: required
group: edge
python:
- "3.6"
env:
@@ -18,4 +20,4 @@ script:
- coverage run runtests.py --source=pwa -v 2
after_script:
- coverage xml
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then ./cc-test-reporter --format-coverage --prefix /home/travis/build/silviolleite/django-pwa/ after-build --exit-code $TRAVIS_TEST_RESULT; fi

43941
coverage.xml Normal file

File diff suppressed because it is too large Load Diff