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 cf9ae52 commit e6da36bCopy full SHA for e6da36b
.github/codecov.yml
@@ -1,16 +1,27 @@
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"
+ - "benchmark/**/*"
+ - "stress/**/*"
+ # All 'pb.go's
+ - "**/*.pb.go"
+ # 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/**/*"
26
comment:
- layout: "header"
27
+ layout: "header, diff, files"
0 commit comments