-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy path.codecov.yaml
30 lines (30 loc) · 960 Bytes
/
.codecov.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
coverage:
# Commit status https://docs.codecov.io/docs/commit-status are used
# to block PR based on coverage threshold.
status:
project:
default:
target: 80
threshold: 20%
patch:
# Disable the coverage threshold of the patch, so that PRs are
# only failing because of overall project coverage threshold.
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
default: false
comment:
# Update existing comment or create new if deleted.
behavior: default
ignore:
- "**/zz_generated*.go" # Ignore generated files.
- "**/*.pb.go" # Ignore proto-generated files.
- "hack"
- "pkg/client"
- "pkg/packages"
- "test"
- "third_party"
- "vendor"
- "pkg/reconciler/common/deployments.go"
- "pkg/reconciler/common/stages.go"
- "pkg/reconciler/common/install.go"
- "pkg/reconciler/knativeserving/knativeserving.go"
- "pkg/reconciler/knativeeventing/knativeeventing.go"