argo-cd/.codecov.yml
2019-06-27 11:37:22 -07:00

16 lines
No EOL
306 B
YAML

ignore:
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "**/*_test.go"
- "pkg/apis/.*"
- "pkg/client/.*"
- "test/.*"
coverage:
status:
# allow test coverage to drop by 1%, assume that it's typically due to CI problems
patch:
default:
threshold: 1
project:
default:
threshold: 1