mirror of https://github.com/dapr/go-sdk.git
16 lines
364 B
YAML
16 lines
364 B
YAML
coverage:
|
|
# See https://docs.codecov.io/docs/commit-status
|
|
status:
|
|
project:
|
|
default: false
|
|
client:
|
|
paths: "client/"
|
|
threshold: 2% # don't allow coverage to drop on client
|
|
service:
|
|
paths: "service"
|
|
threshold: 2% # allow coverage to drop on service by 2% (wip)
|
|
ignore:
|
|
- "dapr/proto/**"
|
|
- "example/**"
|
|
|