From 19a25898704cbbf31cf4e794c5ef075b9c436114 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Fri, 25 Mar 2022 20:51:48 +0200 Subject: [PATCH] fix coverage settings (#2471) --- .codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.codecov.yaml b/.codecov.yaml index da447d16a..1c1f0db20 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -18,6 +18,10 @@ comment: behavior: default ignore: - "**/zz_generated*.go" # Ignore generated files. + - "codegen/**/*" #TODO: fix coverage + - "injection/**/*" #TODO: fix coverage + - "test/**/*" + - "tracing/**/*" #TODO: fix coverage - "client" - "hack" - "reconciler/testing"