We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870c6a4 commit 9d5f557Copy full SHA for 9d5f557
.github/codecov.yml
@@ -7,19 +7,19 @@ coverage:
7
default:
8
informational: true
9
ignore:
10
- - "benchmark"
11
# All 'pb.go's.
12
- "**/*.pb.go"
13
# Tests and test related files.
14
- "**/test"
15
- - "**/testutils"
16
- "**/testdata"
+ - "**/testutils"
+ - "benchmark"
17
- "interop"
18
# Other submodules.
19
- "cmd"
20
- - "security"
21
- "examples"
22
- "gcp"
+ - "security"
23
- "stats/opencensus"
24
comment:
25
layout: "header, diff, files"
0 commit comments