...

Text file src/google.golang.org/grpc/.github/codecov.yml

Documentation: google.golang.org/grpc/.github

     1coverage:
     2  status:
     3    project:
     4      default:
     5        informational: true
     6    patch:
     7      default:
     8        informational: true
     9ignore:
    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"
    24comment:
    25  layout: "header, diff, files"

View as plain text