Skip to content

Commit 42db751

Browse files
chore(codecov): ignore some files
1 parent 07a189c commit 42db751

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codecov.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ ignore:
22
- "examples"
33
- "testdata"
44
- "testutils"
5-
- "**/_test.go"
6-
- "**/_mock.go"
5+
- "docs"
6+
- "**/*_test.go"
7+
- "**/*_mock.go"
78
- "**/testdata/"
8-
- "**/testutils/"
9+
- "**/testutils/"

0 commit comments

Comments
 (0)