mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
19 lines
No EOL
405 B
YAML
19 lines
No EOL
405 B
YAML
ignore:
|
|
- "**/*.pb.go"
|
|
- "**/*.pb.gw.go"
|
|
- "**/*generated.go"
|
|
- "**/*generated.deepcopy.go"
|
|
- "**/*_test.go"
|
|
- "pkg/apis/client/.*"
|
|
- "pkg/client/.*"
|
|
- "vendor/.*"
|
|
- "test/.*"
|
|
- "**/mocks/*"
|
|
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 |