We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65671aa commit 41813c5Copy full SHA for 41813c5
codecov.yml
@@ -55,3 +55,11 @@ comment:
55
layout: "reach, diff, flags, files"
56
behavior: default
57
require_changes: no
58
+
59
+# This section tells codecov to ignore certain paths
60
+# that match this list of path regexes or globs.
61
+#
62
+# https://docs.codecov.com/docs/codecovyml-reference#ignore
63
+ignore:
64
+ # ignore all but client.go and exec.go
65
+ - "cmd/vela-worker/[f-z]*.go"
0 commit comments