Skip to content

Commit 338d8f1

Browse files
authored
github: modify codecov.yml (#6720)
1 parent 3fe1123 commit 338d8f1

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

.github/codecov.yml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
coverage:
22
status:
3-
patch:
4-
default:
5-
target: "80"
63
project:
74
default:
8-
target: auto
9-
threshold: 1
5+
informational: true
6+
patch:
7+
default:
8+
informational: true
109
ignore:
11-
- "test/"
12-
- "benchmark/"
13-
- "internal/testutils"
14-
- ".*.pb.go"
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"
1524
comment:
16-
layout: "header"
25+
layout: "header, diff, files"

0 commit comments

Comments
 (0)