Merge pull request #829 from izn/fix/codeclimate-coverage-report

fix: generate coverage xml before cc report
This commit is contained in:
tobi-wan-kenobi 2021-10-23 16:10:50 +02:00 committed by GitHub
commit 0fe89e13a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,4 +26,5 @@ install:
script: script:
- coverage run --source=. -m pytest tests -v - coverage run --source=. -m pytest tests -v
after_script: after_script:
- coverage xml
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT