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:22:49 +03:00
parent 7d8485612e
commit 56b7c1916f

View file

@ -418,6 +418,7 @@ outdated:
- cargo outdated --color=always --root-deps-only --exit-code 1 -v
coverage:
allow_failure: true
extends:
- '.cargo test'
- .img-nightly