From aaa622288cfd181f3c7e89a4caeb7cec523a8100 Mon Sep 17 00:00:00 2001 From: Mauro Regli Date: Tue, 7 Mar 2023 14:49:58 +0100 Subject: [PATCH] Fix: Make CodeCov Pipeline more lenient The Pipeline will only fail if the code coverage has fallen more than 2 Percent. fixes: #1154 --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index ec78c1ee..5c8e1145 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,3 +5,5 @@ coverage: target: auto threshold: 0% if_ci_failed: error + target: auto + threshold: 2%