From cb5fe95e2081e5b46b4fa1a968cf69cfceed3697 Mon Sep 17 00:00:00 2001 From: Danielle Pintz <38207072+daniellepintz@users.noreply.github.com> Date: Fri, 29 Oct 2021 00:44:05 -0700 Subject: [PATCH] Make codecov patch threshold 5% --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 372f9c1562..113c5cace3 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -45,7 +45,7 @@ coverage: patch: default: target: 50% # specify the target "X%" coverage to hit - # threshold: 50% # allow this much decrease on patch + threshold: 5% # allow this much decrease on patch changes: false # https://docs.codecov.com/docs/github-checks#disabling-github-checks-patch-annotations