From 71059195315dda0e28f3fdc45aefca0f4ef2f36c Mon Sep 17 00:00:00 2001 From: artem_tiupin <70763601+art-tapin@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:01:12 +0100 Subject: [PATCH] codecov, refactor: Ignore controller-gen generated code (#175) Co-authored-by: Kevin Fan --- .github/codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/codecov.yaml b/.github/codecov.yaml index 32a24a205..ac130587f 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -13,6 +13,7 @@ comment: ignore: - api/external/** # ignoring external vendor code + - **/*.deepcopy.go # ignore controller-gen generated code flag_management: individual_flags: