From da7eff61ccbc2110fd41fcaf99f0d715a7764568 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 7 Feb 2022 20:10:31 +0100 Subject: [PATCH] codecov: set to informational --- .github/codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index e7b195e24b..69585d652c 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,14 @@ codecov: - require_ci_to_pass: yes + require_ci_to_pass: false notify: after_n_builds: 3 + status: + project: + default: + informational: true + patch: + default: + informational: true coverage: precision: 2 -- 2.47.2