prefix path coverage
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user