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:
commit
dda803b7d5
1 changed files with 2 additions and 1 deletions
|
@ -44,4 +44,5 @@ test:
|
||||||
script:
|
script:
|
||||||
- coverage run manage.py test
|
- coverage run manage.py test
|
||||||
- coverage report
|
- coverage report
|
||||||
coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
|
# For GitLab, keep this commented.
|
||||||
|
# coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
|
||||||
|
|
Loading…
Add table
Reference in a new issue