mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
19 lines
405 B
YAML
19 lines
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 |