forked from Github-Mirrors/canaille
Allow failures on coveralls CI job
This commit is contained in:
parent
33ca7993d4
commit
fda534eff8
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ doc:
|
||||||
coverage:
|
coverage:
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
stage: test
|
stage: test
|
||||||
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- tox -e coverage
|
- tox -e coverage
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
Loading…
Reference in a new issue