From 6fa4e8be25bcd0ef153447c670b7ec74745be832 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 18 Mar 2022 15:15:16 +0100 Subject: [PATCH] Update codecov.yml --- codecov.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0fa3a3f..aa7fbb6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,10 +2,17 @@ coverage: status: project: default: - threshold: 1% + target: auto + threshold: 5% + base: auto + if_ci_failed: error + only_pulls: false patch: default: + target: auto + base: auto + if_ci_failed: error threshold: 1% comment: - require_changes: true \ No newline at end of file + require_changes: true