fix coverage settings (#2471)

This commit is contained in:
Stavros Kontopoulos 2022-03-25 20:51:48 +02:00 committed by GitHub
parent 2daa86aa8f
commit 19a2589870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"