argo-cd/.codecov.yml

19 lines
405 B
YAML
Raw Permalink Normal View History

ignore:
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "**/*generated.go"
2019-08-09 22:26:46 +00:00
- "**/*generated.deepcopy.go"
- "**/*_test.go"
- "pkg/apis/client/.*"
- "pkg/client/.*"
2019-10-15 16:15:33 +00:00
- "vendor/.*"
- "test/.*"
- "**/mocks/*"
2019-06-06 21:45:52 +00:00
coverage:
status:
2019-10-15 16:15:33 +00:00
# we've found this not to be useful
patch: off
2019-06-06 21:45:52 +00:00
project:
default:
# allow test coverage to drop by 2%, assume that it's typically due to CI problems
threshold: 2