sponge/codecov.yml
2022-10-21 21:29:20 +08:00

19 lines
239 B
YAML

comment: false
github_checks:
annotations: false
coverage:
status:
project:
default:
target: '80'
patch:
default:
target: '60'
informational: true
ignore:
- "vendor/**/*"
- "**.pb.go"