github.com/argoproj/argo-cd/v2@v2.10.9/.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  coverage:
    12    status:
    13      # we've found this not to be useful
    14      patch: off
    15      project:
    16        default:
    17          # allow test coverage to drop by 2%, assume that it's typically due to CI problems
    18          threshold: 2