github.com/argoproj/argo-cd/v3@v3.2.1/.codecov.yml (about) 1 ignore: 2 - "**/*.pb.go" 3 - "**/*.pb.gw.go" 4 - "**/*generated.go" 5 - "**/*generated.deepcopy.go" 6 - "**/*_test.go" 7 - "pkg/apis/client/.*" 8 - "pkg/client/.*" 9 - "vendor/.*" 10 - "test/.*" 11 - "**/mocks/*" 12 coverage: 13 status: 14 # we've found this not to be useful 15 patch: off 16 project: 17 default: 18 # allow test coverage to drop by 2%, assume that it's typically due to CI problems 19 threshold: 2