From 05541f90bb603d38e60c15d1e871daf85e4415ba Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Tue, 11 Oct 2022 07:45:18 -0700 Subject: [PATCH 1/2] relax threshold --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index f9d0f906807..33c9e67c0f8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,7 +5,7 @@ coverage: patch: on default: target: auto - threshold: 0% + threshold: 5% github_checks: annotations: true From e2d9a0f29b58d716fc00b6aca12ea1534d3bbe42 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 11 Oct 2022 12:13:33 -0500 Subject: [PATCH 2/2] Update codecov.yml --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 33c9e67c0f8..344d4f3f04e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: off - patch: on + patch: default: target: auto threshold: 5%