argo-cd/.codecov.yml
2019-08-09 15:26:46 -07:00

19 lines
No EOL
461 B
YAML

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