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 41813c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ 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 regexes or globs.
#
# https://docs.codecov.com/docs/codecovyml-reference#ignore
ignore:
# ignore all but client.go and exec.go
- "cmd/vela-worker/[f-z]*.go"

0 comments on commit 41813c5

Please sign in to comment.