Add coverage regex to gitlab CI config.
This commit is contained in:
parent
b522a0961c
commit
dfaf1b2d93
1 changed files with 1 additions and 0 deletions
|
@ -30,3 +30,4 @@ coverage:
|
||||||
script:
|
script:
|
||||||
- poetry run coverage run --source=pricehist -m pytest
|
- poetry run coverage run --source=pricehist -m pytest
|
||||||
- poetry run coverage report
|
- poetry run coverage report
|
||||||
|
coverage: '/^TOTAL.+?(\d+\%)$/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue