diff --git a/.travis.yml b/.travis.yml index c59ad53..b05ac86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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