forked from DGNum/gestioCOF
core -- Disable coverage in GitLab CI
This commit is contained in:
parent
39abfceb76
commit
cc4e3223b6
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…
Reference in a new issue