mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-14 12:08:04 +00:00
Do we need to explicitly add coverage regex?
This commit is contained in:
@@ -18,6 +18,7 @@ test_and_coverage:
|
|||||||
- coverage run --source . manage.py test -v3
|
- coverage run --source . manage.py test -v3
|
||||||
- coverage report --fail-under=70
|
- coverage report --fail-under=70
|
||||||
- coverage html
|
- coverage html
|
||||||
|
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- htmlcov/
|
- htmlcov/
|
||||||
|
|||||||
Reference in New Issue
Block a user