From 476e637077fe137b96a360613ff2517a1f78877f Mon Sep 17 00:00:00 2001 From: artem_tiupin <70763601+art-tapin@users.noreply.github.com> Date: Tue, 1 Aug 2023 16:24:30 +0100 Subject: [PATCH] codecov, fix: Fix the ignoring path regex pattern in codecov.yaml (#175) (#221) Read more at: https://docs.codecov.com/docs/ignoring-paths --- .github/codecov.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/codecov.yaml b/.github/codecov.yaml index ac130587f..13a5999da 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -11,9 +11,10 @@ codecov: comment: layout: "header, diff, flags, components, files" +# Find more at https://docs.codecov.com/docs/ignoring-paths ignore: - api/external/** # ignoring external vendor code - - **/*.deepcopy.go # ignore controller-gen generated code + - "**/*.deepcopy.go" # ignore controller-gen generated code flag_management: individual_flags: