From a286fb6fc3bcf180318e700f556ed97809eb3c40 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Tue, 15 May 2018 16:17:52 +0200 Subject: [PATCH] Coverage now correctly configured in CI --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8df859..fd9cd2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/