From 6cd2de35fce66e066caa973777caae30cca64329 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 31 Mar 2024 08:58:54 -0400 Subject: [PATCH] Improve codecov integration --- codecov.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yaml b/codecov.yaml index 0d849dc56..78ed8e83e 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -2,6 +2,7 @@ coverage: range: 60..80 round: nearest precision: 2 + require_ci_to_pass: false status: project: default: @@ -11,8 +12,9 @@ coverage: - "src" patch: default: - target: 75% + target: 50% threshold: 0% + informational: true paths: - "src" fixes: