diff --git a/.github/codecov.yml b/.github/codecov.yml index af7439b56fc..60509f755b5 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -10,3 +10,7 @@ coverage: target: 60% threshold: 5% if_ci_failed: error +ignore: + - "cmd" + - "**/*.pb.go" + - "**/zz_generated.deepcopy.go"