From cf0f9a59f0c70ba3a3932cffa0fd3524212f549a Mon Sep 17 00:00:00 2001 From: Zijian Date: Thu, 4 Apr 2024 16:31:34 -0700 Subject: [PATCH] Revert codecov change (#5866) --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 911650aa592..ec0a45dae55 100644 --- a/codecov.yml +++ b/codecov.yml @@ -19,6 +19,9 @@ coverage: if_ci_failed: ignore # require the CI to pass before setting the status patch: default: + 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 comment: layout: "header, files, footer"