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 3fe1123 commit 338d8f1Copy full SHA for 338d8f1
.github/codecov.yml
@@ -1,16 +1,25 @@
1
coverage:
2
status:
3
- patch:
4
- default:
5
- target: "80"
6
project:
7
default:
8
- target: auto
9
- threshold: 1
+ informational: true
+ patch:
+ default:
10
ignore:
11
- - "test/"
12
- - "benchmark/"
13
- - "internal/testutils"
14
- - ".*.pb.go"
+ # All 'pb.go's.
+ - "**/*.pb.go"
+ # Tests and test related files.
+ - "**/test"
+ - "**/testdata"
15
+ - "**/testutils"
16
+ - "benchmark"
17
+ - "interop"
18
+ # Other submodules.
19
+ - "cmd"
20
+ - "examples"
21
+ - "gcp"
22
+ - "security"
23
+ - "stats/opencensus"
24
comment:
- layout: "header"
25
+ layout: "header, diff, files"
0 commit comments