Skip to content

Commit

Permalink
chore: codecov should ignore most cmd/vela-worker files
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed May 10, 2022
1 parent 65671aa commit cf7bfed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: no

# This section tells codecov to ignore certain paths
# that match this list of path globs.
#
# https://docs.codecov.com/docs/codecovyml-reference#ignore
ignore:
# ignore all but client.go and exec.go
- "cmd/vela-worker/flags.go"
- "cmd/vela-worker/main.go"
- "cmd/vela-worker/operate.go"
- "cmd/vela-worker/r*.go"
- "cmd/vela-worker/s*.go"
- "cmd/vela-worker/validate.go"
- "cmd/vela-worker/worker.go"

0 comments on commit cf7bfed

Please sign in to comment.