From 41813c584936dddd237f625d5467dd1c8315da55 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Mon, 9 May 2022 18:53:43 -0500 Subject: [PATCH] chore: codecov should ignore most cmd/vela-worker files --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/codecov.yml b/codecov.yml index e6503ede7..5b12d4119 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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"