Skip to content

Commit

Permalink
make codecov more permissive
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LandonTClipp committed Feb 15, 2024
1 parent b915439 commit d39a2a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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

0 comments on commit d39a2a2

Please sign in to comment.