mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-15 12:38:03 +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 report --fail-under=70
|
||||
- coverage html
|
||||
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
||||
artifacts:
|
||||
paths:
|
||||
- htmlcov/
|
||||
|
||||
Reference in New Issue
Block a user