mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
19 lines
No EOL
461 B
YAML
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 |