Skip to content

Commit ee1b90f

Browse files
authored
test: allow code coverage of diff to be 25% less than total coverage (#185)
1 parent 27ff555 commit ee1b90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coverage:
1313
patch:
1414
default:
1515
target: auto
16-
threshold: 10%
16+
threshold: 25%
1717

1818
ignore:
1919
- "internal/test" # test helpers, those are tested by the tests themselves

0 commit comments

Comments
 (0)