sponge/codecov.yml
2023-10-15 18:55:58 +08:00

19 lines
239 B
YAML

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