fix: generate coverage xml before cc report

This commit is contained in:
Thaynã Moretti 2021-10-23 11:02:46 -03:00
parent 876774ce40
commit 7542a47dbc

View file

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