Skip to content

Commit e6da36b

Browse files
committed
add other ignore files; and remove go test --race
1 parent cf9ae52 commit e6da36b

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

.github/codecov.yml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
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+
- "benchmark/**/*"
11+
- "stress/**/*"
12+
# All 'pb.go's
13+
- "**/*.pb.go"
14+
# Tests and test related files.
15+
- "test/**/*"
16+
- "xds/internal/testutils/**/*"
17+
- "xds/internal/test/**/*"
18+
- "balancer/rls/internal/test/e2e/**/*"
19+
- "testdata"
20+
# Other submodules.
21+
- "security/**/*"
22+
- "examples/**/*"
23+
- "interop/**/*"
24+
- "stats/**/*"
25+
- "gcp/**/*"
1526
comment:
16-
layout: "header"
27+
layout: "header, diff, files"

0 commit comments

Comments
 (0)