Disable coverage in CI
GitLab may not like this regex...
This commit is contained in:
parent
c0059bea80
commit
845b09cc2b
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ python35:
|
|||
- tox -e py35
|
||||
- tox -e cov_combine
|
||||
# Catch coverage here. Python3.5 supports more Django versions.
|
||||
coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
|
||||
# For GitLab, keep this commented.
|
||||
# coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
|
||||
|
||||
python36:
|
||||
image: python:3.6
|
||||
|
|
Loading…
Reference in a new issue