Temporarily allow failures in the coverage CI.

Right now it's failing on nightly through no fault of our own.
This commit is contained in:
Nick Mathewson 2022-02-09 08:26:43 -05:00
parent ba2eb765f5
commit e7a38ccb55
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ rust-nightly:
coverage:
stage: test
image: rust:latest
allow_failure: true
variables:
RUSTFLAGS: "-Zinstrument-coverage"
LLVM_PROFILE_FILE: "arti-%p-%m.profraw"