We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1618d0a commit 9f5ea20Copy full SHA for 9f5ea20
codecov.yml
@@ -1,5 +1,6 @@
1
ignore:
2
-- ^pkg/apis/v1alpha1/zz_generated\.deepcopy\.go$
3
-- ^pkg/apis/v1alpha1/zz_generated\.register\.go$
4
-- ^pkg/testing/.*\.go$
5
-- ^.*_test\.go$
+- 'hack/**/*.go'
+- 'website/**/*.go'
+- 'pkg/apis/**/zz_*.go'
+- 'pkg/testing/*.go'
6
+- '**/*_test.go'
0 commit comments