Skip to content

Commit 3734afb

Browse files
authored
Make the codeconv settings uniform (knative-extensions#321)
1 parent ad31701 commit 3734afb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codecov.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ coverage:
1111
# only failing because of overall project coverage threshold.
1212
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
1313
default: false
14+
comment:
15+
# Update existing comment or create new if deleted.
16+
behavior: default
1417
ignore:
1518
- "**/zz_generated*.go" # Ignore generated files.
19+
- "**/*.pb.go" # Ignore proto-generated files.
20+
- "hack"
1621
- "pkg/client"
22+
- "test"
1723
- "third_party"
1824
- "vendor"

0 commit comments

Comments
 (0)