Skip to content

Commit cf7bfed

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,17 @@ 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 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/flags.go"
66+
- "cmd/vela-worker/main.go"
67+
- "cmd/vela-worker/operate.go"
68+
- "cmd/vela-worker/r*.go"
69+
- "cmd/vela-worker/s*.go"
70+
- "cmd/vela-worker/validate.go"
71+
- "cmd/vela-worker/worker.go"

0 commit comments

Comments
 (0)