mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
17 lines
No EOL
378 B
YAML
17 lines
No EOL
378 B
YAML
ignore:
|
|
- "**/*.pb.go"
|
|
- "**/*.pb.gw.go"
|
|
- "**/*generated.go"
|
|
- "**/*generated.deepcopy.go"
|
|
- "**/*_test.go"
|
|
- "pkg/apis/client/.*"
|
|
- "pkg/client/.*"
|
|
- "vendor/.*"
|
|
coverage:
|
|
status:
|
|
# we've found this not to be useful
|
|
patch: off
|
|
project:
|
|
default:
|
|
# allow test coverage to drop by 2%, assume that it's typically due to CI problems
|
|
threshold: 2 |