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 7d84856 commit 56b7c19
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 @@ -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
Expand Down

0 comments on commit 56b7c19

Please sign in to comment.