ci: Allow the coverage job to fail

It's using the nightly compiler and can easily break every now and then,
like it does now with https://github.com/rust-lang/rust/issues/84421 .
This commit is contained in:
Sebastian Dröge 2021-04-22 11:25:00 +03:00
parent 7923e26545
commit 8f74314e96

View file

@ -218,6 +218,7 @@ outdated:
- cargo outdated --root-deps-only --exit-code 1 -v
coverage:
allow_failure: true
extends:
- .img-nightly
stage: 'extras'