Skip to content
Snippets Groups Projects
Commit 24301911 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

report coverage

parent 2fc2aeb3
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ jobs: ...@@ -15,6 +15,7 @@ jobs:
- pytest --cov=./ --cov-report=xml - pytest --cov=./ --cov-report=xml
after_script: after_script:
- coverage xml - coverage xml
- coverage report
- ./cc-test-reporter after-build -t coverage.py --exit-code ${TRAVIS_TEST_RESULT} - ./cc-test-reporter after-build -t coverage.py --exit-code ${TRAVIS_TEST_RESULT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment