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:
|
||||
image: python:3.9
|
||||
stage: test
|
||||
allow_failure: true
|
||||
script:
|
||||
- tox -e coverage
|
||||
- coveralls
|
||||
|
|
Loading…
Reference in a new issue