Merge branch 'aureplop/ci-disable-coverage-in-gitlab' into 'master'

core -- Disable coverage in GitLab CI

See merge request cof-geek/gestioCOF!318
This commit is contained in:
Aurélien Delobelle 2018-10-06 10:14:35 +02:00
commit dda803b7d5

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+)\%$/'