We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad31701 commit 3734afbCopy full SHA for 3734afb
.codecov.yaml
@@ -11,8 +11,14 @@ coverage:
11
# only failing because of overall project coverage threshold.
12
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
13
default: false
14
+comment:
15
+ # Update existing comment or create new if deleted.
16
+ behavior: default
17
ignore:
18
- "**/zz_generated*.go" # Ignore generated files.
19
+ - "**/*.pb.go" # Ignore proto-generated files.
20
+ - "hack"
21
- "pkg/client"
22
+ - "test"
23
- "third_party"
24
- "vendor"
0 commit comments