google.golang.org/grpc@v1.62.1/.github/codecov.yml (about)

     1  coverage:
     2    status:
     3      project:
     4        default:
     5          informational: true
     6      patch:
     7        default:
     8          informational: true
     9  ignore:
    10    # All 'pb.go's.
    11    - "**/*.pb.go"
    12    # Tests and test related files.
    13    - "**/test"
    14    - "**/testdata"
    15    - "**/testutils"
    16    - "benchmark"
    17    - "interop"
    18    # Other submodules.
    19    - "cmd"
    20    - "examples"
    21    - "gcp"
    22    - "security"
    23    - "stats/opencensus"
    24  comment:
    25    layout: "header, diff, files"