From 5b5307cc15051d0395680e6fffbb5a50bc322f57 Mon Sep 17 00:00:00 2001 From: Mauro Regli Date: Fri, 10 Mar 2023 14:33:37 +0100 Subject: [PATCH] Fix CodeCov Config has two targets and thresholds fixes: #1160 --- codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 5c8e1145..754a5cea 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,8 +2,6 @@ coverage: status: project: default: - target: auto - threshold: 0% - if_ci_failed: error target: auto threshold: 2% + if_ci_failed: error