diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd9cd2d..f8df859 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/