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