-
Notifications
You must be signed in to change notification settings - Fork 103
/
.codecov.yml
128 lines (128 loc) · 6.84 KB
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
codecov:
branch: dev
coverage:
range: 50...90
status:
project:
default:
enabled: yes
target: 80%
patch:
default:
enabled: yes
target: 80%
# This list is generated using scripts/generate-cover-ignore.sh
# All packages with .nocover files in them MUST be listed here
ignore:
- /api/transport/tls/
- /encoding/protobuf/internal/testpb/
- /encoding/protobuf/internal/testpb/v2/
- /encoding/thrift/internal/
- /encoding/thrift/internal/observabilitytest/test/
- /encoding/thrift/internal/observabilitytest/test/testserviceclient/
- /encoding/thrift/internal/observabilitytest/test/testservicefx/
- /encoding/thrift/internal/observabilitytest/test/testserviceserver/
- /encoding/thrift/internal/observabilitytest/test/testservicetest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/NOSERVICES/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/readonlystoreclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/readonlystorefx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/readonlystoreserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/readonlystoretest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/storeclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/storefx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/storeserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/atomic/storetest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/baseserviceclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/baseservicefx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/baseserviceserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/baseservicetest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/emptyserviceclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/emptyservicefx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/emptyserviceserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/emptyservicetest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendemptyclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendemptyfx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendemptyserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendemptytest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendonlyclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendonlyfx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendonlyserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common/extendonlytest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/barclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/barfx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/barserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/bartest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/fooclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/foofx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/fooserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/footest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/nameclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/namefx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/nameserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/extends/nametest/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/weather/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/weather/weatherclient/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/weather/weatherfx/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/weather/weatherserver/
- /encoding/thrift/thriftrw-plugin-yarpc/internal/tests/weather/weathertest/
- /internal/cover/
- /internal/crossdock/crossdockpb/
- /internal/crossdock/thrift/echo/
- /internal/crossdock/thrift/echo/echoclient/
- /internal/crossdock/thrift/echo/echofx/
- /internal/crossdock/thrift/echo/echoserver/
- /internal/crossdock/thrift/echo/echotest/
- /internal/crossdock/thrift/gauntlet/
- /internal/crossdock/thrift/gauntlet/secondserviceclient/
- /internal/crossdock/thrift/gauntlet/secondservicefx/
- /internal/crossdock/thrift/gauntlet/secondserviceserver/
- /internal/crossdock/thrift/gauntlet/secondservicetest/
- /internal/crossdock/thrift/gauntlet/thrifttestclient/
- /internal/crossdock/thrift/gauntlet/thrifttestfx/
- /internal/crossdock/thrift/gauntlet/thrifttestserver/
- /internal/crossdock/thrift/gauntlet/thrifttesttest/
- /internal/crossdock/thrift/gen-go/echo/
- /internal/crossdock/thrift/gen-go/gauntlet_apache/
- /internal/crossdock/thrift/gen-go/gauntlet_tchannel/
- /internal/crossdock/thrift/oneway/
- /internal/crossdock/thrift/oneway/onewayclient/
- /internal/crossdock/thrift/oneway/onewayfx/
- /internal/crossdock/thrift/oneway/onewayserver/
- /internal/crossdock/thrift/oneway/onewaytest/
- /internal/examples/json-keyvalue/client/
- /internal/examples/json-keyvalue/server/
- /internal/examples/protobuf/
- /internal/examples/protobuf/example/
- /internal/examples/protobuf/examplepb/
- /internal/examples/protobuf/exampleutil/
- /internal/examples/streaming/
- /internal/examples/streaming/client/
- /internal/examples/streaming/server/
- /internal/examples/thrift-hello/hello/
- /internal/examples/thrift-hello/hello/echo/
- /internal/examples/thrift-hello/hello/echo/helloclient/
- /internal/examples/thrift-hello/hello/echo/hellofx/
- /internal/examples/thrift-hello/hello/echo/helloserver/
- /internal/examples/thrift-hello/hello/echo/hellotest/
- /internal/examples/thrift-keyvalue/keyvalue/client/
- /internal/examples/thrift-keyvalue/keyvalue/kv/
- /internal/examples/thrift-keyvalue/keyvalue/kv/keyvalueclient/
- /internal/examples/thrift-keyvalue/keyvalue/kv/keyvaluefx/
- /internal/examples/thrift-keyvalue/keyvalue/kv/keyvalueserver/
- /internal/examples/thrift-keyvalue/keyvalue/kv/keyvaluetest/
- /internal/examples/thrift-keyvalue/keyvalue/server/
- /internal/examples/thrift-oneway/
- /internal/examples/thrift-oneway/sink/
- /internal/examples/thrift-oneway/sink/helloclient/
- /internal/examples/thrift-oneway/sink/hellofx/
- /internal/examples/thrift-oneway/sink/helloserver/
- /internal/examples/thrift-oneway/sink/hellotest/
- /internal/prototest/example/
- /internal/prototest/examplepb/
- /internal/prototest/exampleutil/
- /internal/service-test/
- /internal/testutils/
- /serialize/internal/