Coverage now correctly configured in CI

This commit is contained in:
Oliver Falk
2018-05-15 16:17:52 +02:00
parent bdb27455df
commit a286fb6fc3

View File

@@ -18,7 +18,6 @@ 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/