Skip to content

Commit bfd8199

Browse files
authored
test: codecov: ignore test helpers (#167)
1 parent 0fe2821 commit bfd8199

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ coverage:
1414
default:
1515
target: auto
1616
threshold: 10%
17+
18+
ignore:
19+
- "internal/test" # test helpers, those are tested by the tests themselves

0 commit comments

Comments
 (0)