core -- Disable coverage in GitLab CI

This commit is contained in:
Aurélien Delobelle 2018-10-05 23:16:06 +02:00
parent 39abfceb76
commit cc4e3223b6

View file

@ -44,4 +44,5 @@ test:
script:
- coverage run manage.py test
- coverage report
coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
# For GitLab, keep this commented.
# coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'