From 56dacfe880355de2bf0b477e3678889edff29093 Mon Sep 17 00:00:00 2001 From: benjamc Date: Wed, 9 Aug 2023 15:18:55 +0200 Subject: [PATCH] Soften codecov --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index fe57f113..0d9c76e6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -27,7 +27,7 @@ coverage: default: target: 90% if_not_found: failure - if_ci_failed: error + if_ci_failed: warning # We upload additional information on branching with pytest-cov `--cov-branch` # This information can be used by codecov.com to increase analysis of code