forked from knative-extensions/autoscaler-keda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yaml
25 lines (24 loc) · 803 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
coverage:
# Commit status https://docs.codecov.io/docs/commit-status are used
# to block PR based on coverage threshold.
status:
project:
default:
target: 80
# Intentionally to keep the threshold, so that we accept a low test coverage for the development.
# This value will be adjusted later.
threshold: 70%
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.
- "pkg/client"
- "third_party"
- "vendor"
- "test"