Skip to content

Commit 3eb4cc7

Browse files
authored
chore: turn of patch report (#2173)
We don't require this check and it super valuable. We will stil maintain our current coverage goals.
1 parent 1dd6835 commit 3eb4cc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ coverage:
1818
target: 80% # The target coverage percentage for the project
1919
threshold: 0% # Allow 0% drop from the target; any drop below target will fail
2020
if_ci_failed: error # Set the CI status to 'error' if coverage conditions are not met
21+
patch: off
2122
ignore:
2223
# test packages do not need code coverage
2324
- internal/sidekick/internal/api/apitest

0 commit comments

Comments
 (0)