Add coverage in pipeline

This commit is contained in:
2022-03-10 12:02:35 +01:00
parent a8dbafd21e
commit 5a26b448f1

View File

@ -7,6 +7,7 @@ run tests:
- coverage run -m pytest - coverage run -m pytest
- coverage report - coverage report
- coverage xml - coverage xml
coverage: '^TOTAL.+?(\d+\%)$'
artifacts: artifacts:
reports: reports:
cobertura: coverage.xml cobertura: coverage.xml