Skip to content

Commit 37482e6

Browse files
Ignore test frameworks for coverage (#2636)
1 parent b1f971c commit 37482e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

codecov.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ ignore:
1010
- "pkg/vendored"
1111
# deprecated
1212
- "pkg/tfshim/tfplugin5"
13+
# scripts folder
14+
- "scripts"
15+
- "unstable/scripts"
16+
# test frameworks
17+
- "pkg/internal/tests"
18+
- "pkg/tests"
19+
- "pkg/pf/tests"
20+
- "pkg/x/testing"
21+

0 commit comments

Comments
 (0)