Add coverage in pipeline

This commit is contained in:
Ruben van Staveren 2022-03-10 12:02:35 +01:00
parent a8dbafd21e
commit 5a26b448f1
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

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