Skip to content

Commit 9f5ea20

Browse files
authored
chore: improve codecov config (#1755)
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent 1618d0a commit 9f5ea20

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

codecov.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ignore:
2-
- ^pkg/apis/v1alpha1/zz_generated\.deepcopy\.go$
3-
- ^pkg/apis/v1alpha1/zz_generated\.register\.go$
4-
- ^pkg/testing/.*\.go$
5-
- ^.*_test\.go$
2+
- 'hack/**/*.go'
3+
- 'website/**/*.go'
4+
- 'pkg/apis/**/zz_*.go'
5+
- 'pkg/testing/*.go'
6+
- '**/*_test.go'

0 commit comments

Comments
 (0)