prefix path coverage
This commit is contained in:
@@ -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
43941
coverage.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user