From 8f74314e96bb3213fa9460ba39e88cbcb2fb5f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 22 Apr 2021 11:25:00 +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 9467ffc3..d62abbd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -218,6 +218,7 @@ outdated: - cargo outdated --root-deps-only --exit-code 1 -v coverage: + allow_failure: true extends: - .img-nightly stage: 'extras'