Skip to content

Commit 41813c5

Browse files
committed
chore: codecov should ignore most cmd/vela-worker files
1 parent 65671aa commit 41813c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ comment:
5555
layout: "reach, diff, flags, files"
5656
behavior: default
5757
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

Comments
 (0)