Skip to content

Commit

Permalink
ci: Allow the coverage job to fail
Browse files Browse the repository at this point in the history
It's using the nightly compiler and can easily break every now and then,
like it does now with rust-lang/rust#84421 .
  • Loading branch information
sdroege committed Apr 22, 2021
1 parent 7923e26 commit 8f74314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ outdated:
- cargo outdated --root-deps-only --exit-code 1 -v

coverage:
allow_failure: true
extends:
- .img-nightly
stage: 'extras'
Expand Down

0 comments on commit 8f74314

Please sign in to comment.