fix: generate coverage xml before cc report
This commit is contained in:
parent
876774ce40
commit
7542a47dbc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue