From 8f7dde227f2bb237c2468dd4707d6ed2d5313929 Mon Sep 17 00:00:00 2001 From: taylan isikdemir Date: Tue, 7 May 2024 12:57:04 -0700 Subject: [PATCH] Revert codecov patch threshold to 85% --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 18bc0b883c..ec0a45dae5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -19,7 +19,7 @@ coverage: if_ci_failed: ignore # require the CI to pass before setting the status patch: default: - target: 0% # specify the target coverage for each commit status + target: 85% # specify the target coverage for each commit status # option: "auto" (compare against parent commit or pull request base) # option: "X%" a static target percentage to hit threshold: 0% # allow the coverage drop by x% before marking as failure