From d39a2a2511cfcc816d12c5ca0bb68a8d3441c6ab Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Thu, 15 Feb 2024 15:22:10 -0600 Subject: [PATCH] make codecov more permissive I don't really like coverage tests because it's kind of faulty. Lots of e2e tests aren't registered in the coverage file, and thus codecov erroneously says we have less coverage than we really do. I'll make this more permissive so it'll not fail the PR checks, but still have it as a PR check just as a reference tool. --- codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 465cfd70..854ad482 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,11 @@ coverage: precision: 5 round: down - range: "65...100" + range: "40...100" status: patch: default: - target: 65% - threshold: 5% + target: 40% + threshold: 35% base: auto