Generate coverage.xml

This commit is contained in:
Arjan Molenaar 2019-11-09 12:05:26 +01:00
parent abfa679b1f
commit bc7b6bf7de

View File

@ -31,6 +31,7 @@ before_script:
script: script:
- pytest --cov=generic - pytest --cov=generic
after_script: after_script:
- coverage xml
- ./cc-test-reporter after-build --coverage-input-type coverage.py --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build --coverage-input-type coverage.py --exit-code $TRAVIS_TEST_RESULT
notifications: notifications: