From 56b7c1916f38d61d37de14626504a9dbd6ebfa1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 Apr 2021 11:22:49 +0300 Subject: [PATCH] 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 . --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02583fc5c..1ce951494 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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