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 language: python
dist: trusty
sudo: required sudo: required
group: edge
python: python:
- "3.6" - "3.6"
env: env:
@@ -18,4 +20,4 @@ script:
- coverage run runtests.py --source=pwa -v 2 - coverage run runtests.py --source=pwa -v 2
after_script: after_script:
- coverage xml - 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