Skip to content

Commit d4a8336

Browse files
committed
codecov: expand yaml aliases because of codecov detected yaml is invalid
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent c3c5fcc commit d4a8336

File tree

1 file changed

+262
-77
lines changed

1 file changed

+262
-77
lines changed

.codecov.yml

Lines changed: 262 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,322 @@
1-
projects: *projects
2-
target: auto
3-
threshold: 1%
4-
if_ci_failed: error
5-
if_not_found: success
6-
patch: *patch
7-
only_pulls: true
8-
target: auto
9-
threshold: 10%
10-
if_ci_failed: error
11-
if_not_found: failure
12-
131
codecov:
142
allow_coverage_offsets: true
153

4+
parsers:
5+
go:
6+
partials_as_hits: true
7+
168
coverage:
179
precision: 1
18-
round: down
1910
range: "70...100"
11+
round: down
2012

2113
status:
14+
default_rules:
15+
flag_coverage_not_uploaded_behavior: include
16+
2217
project:
2318
default: false
24-
linux-1.13:
25-
<<: *projects
19+
linux-1.15-stable:
20+
target: auto
21+
threshold: 1.0
22+
if_not_found: success
23+
flags:
24+
- linux-1.15-stable
25+
linux-1.15-nightly:
26+
target: auto
27+
threshold: 1.0
28+
if_not_found: success
2629
flags:
27-
- "linux-1.14"
28-
linux-1.14:
29-
<<: *projects
30+
- linux-1.15-nightly
31+
linux-1.16-stable:
32+
target: auto
33+
threshold: 1.0
34+
if_not_found: success
3035
flags:
31-
- "linux-1.15"
32-
linux-1.15:
33-
<<: *projects
36+
- linux-1.16-stable
37+
linux-1.16-nightly:
38+
target: auto
39+
threshold: 1.0
40+
if_not_found: success
3441
flags:
35-
- "linux-1.16"
36-
macos-1.13:
37-
<<: *projects
42+
- linux-1.16-nightly
43+
linux-1.17-stable:
44+
target: auto
45+
threshold: 1.0
46+
if_not_found: success
3847
flags:
39-
- "macos-1.14"
40-
macos-1.14:
41-
<<: *projects
48+
- linux-1.17-stable
49+
linux-1.17-nightly:
50+
target: auto
51+
threshold: 1.0
52+
if_not_found: success
4253
flags:
43-
- "macos-1.15"
44-
macos-1.15:
45-
<<: *projects
54+
- linux-1.17-nightly
55+
macos-1.15-stable:
56+
target: auto
57+
threshold: 1.0
58+
if_not_found: success
4659
flags:
47-
- "macos-1.16"
48-
windows-1.13:
49-
<<: *projects
60+
- macos-1.15-stable
61+
macos-1.15-nightly:
62+
target: auto
63+
threshold: 1.0
64+
if_not_found: success
5065
flags:
51-
- "windows-1.14"
52-
windows-1.14:
53-
<<: *projects
66+
- macos-1.15-nightly
67+
macos-1.16-stable:
68+
target: auto
69+
threshold: 1.0
70+
if_not_found: success
5471
flags:
55-
- "windows-1.15"
56-
windows-1.15:
57-
<<: *projects
72+
- macos-1.16-stable
73+
macos-1.16-nightly:
74+
target: auto
75+
threshold: 1.0
76+
if_not_found: success
5877
flags:
59-
- "windows-1.16"
78+
- macos-1.16-nightly
79+
macos-1.17-stable:
80+
target: auto
81+
threshold: 1.0
82+
if_not_found: success
83+
flags:
84+
- macos-1.17-stable
85+
macos-1.17-nightly:
86+
target: auto
87+
threshold: 1.0
88+
if_not_found: success
89+
flags:
90+
- macos-1.17-nightly
91+
windows-1.15-stable:
92+
target: auto
93+
threshold: 1.0
94+
if_not_found: success
95+
flags:
96+
- windows-1.15-stable
97+
windows-1.15-nightly:
98+
target: auto
99+
threshold: 1.0
100+
if_not_found: success
101+
flags:
102+
- windows-1.15-nightly
103+
windows-1.16-stable:
104+
target: auto
105+
threshold: 1.0
106+
if_not_found: success
107+
flags:
108+
- windows-1.16-stable
109+
windows-1.16-nightly:
110+
target: auto
111+
threshold: 1.0
112+
if_not_found: success
113+
flags:
114+
- windows-1.16-nightly
115+
windows-1.17-stable:
116+
target: auto
117+
threshold: 1.0
118+
if_not_found: success
119+
flags:
120+
- windows-1.17-stable
121+
windows-1.17-nightly:
122+
target: auto
123+
threshold: 1.0
124+
if_not_found: success
125+
flags:
126+
- windows-1.17-nightly
127+
60128
patch:
61129
default: false
62-
linux-1.13:
63-
<<: *patch
64-
linux-1.14:
65-
<<: *patch
66-
linux-1.15:
67-
<<: *patch
68-
macos-1.13:
69-
<<: *patch
70-
macos-1.14:
71-
<<: *patch
72-
macos-1.15:
73-
<<: *patch
74-
windows-1.13:
75-
<<: *patch
76-
windows-1.14:
77-
<<: *patch
78-
windows-1.15:
79-
<<: *patch
130+
linux-1.15-stable:
131+
target: auto
132+
threshold: 10.0
133+
only_pulls: true
134+
if_not_found: failure
135+
linux-1.15-nightly:
136+
target: auto
137+
threshold: 10.0
138+
only_pulls: true
139+
if_not_found: failure
140+
linux-1.16-stable:
141+
target: auto
142+
threshold: 10.0
143+
only_pulls: true
144+
if_not_found: failure
145+
linux-1.16-nightly:
146+
target: auto
147+
threshold: 10.0
148+
only_pulls: true
149+
if_not_found: failure
150+
linux-1.17-stable:
151+
target: auto
152+
threshold: 10.0
153+
only_pulls: true
154+
if_not_found: failure
155+
linux-1.17-nightly:
156+
target: auto
157+
threshold: 10.0
158+
only_pulls: true
159+
if_not_found: failure
160+
macos-1.15-stable:
161+
target: auto
162+
threshold: 10.0
163+
only_pulls: true
164+
if_not_found: failure
165+
macos-1.15-nightly:
166+
target: auto
167+
threshold: 10.0
168+
only_pulls: true
169+
if_not_found: failure
170+
macos-1.16-stable:
171+
target: auto
172+
threshold: 10.0
173+
only_pulls: true
174+
if_not_found: failure
175+
macos-1.16-nightly:
176+
target: auto
177+
threshold: 10.0
178+
only_pulls: true
179+
if_not_found: failure
180+
macos-1.17-stable:
181+
target: auto
182+
threshold: 10.0
183+
only_pulls: true
184+
if_not_found: failure
185+
macos-1.17-nightly:
186+
target: auto
187+
threshold: 10.0
188+
only_pulls: true
189+
if_not_found: failure
190+
windows-1.15-stable:
191+
target: auto
192+
threshold: 10.0
193+
only_pulls: true
194+
if_not_found: failure
195+
windows-1.15-nightly:
196+
target: auto
197+
threshold: 10.0
198+
only_pulls: true
199+
if_not_found: failure
200+
windows-1.16-stable:
201+
target: auto
202+
threshold: 10.0
203+
only_pulls: true
204+
if_not_found: failure
205+
windows-1.16-nightly:
206+
target: auto
207+
threshold: 10.0
208+
only_pulls: true
209+
if_not_found: failure
210+
windows-1.17-stable:
211+
target: auto
212+
threshold: 10.0
213+
only_pulls: true
214+
if_not_found: failure
215+
windows-1.17-nightly:
216+
target: auto
217+
threshold: 10.0
218+
only_pulls: true
219+
if_not_found: failure
220+
80221
changes:
81222
default:
82-
if_ci_failed: error
83223
if_not_found: success
84224
only_pulls: false
85225
branches:
86226
- master
87227
flags:
88-
- "linux-1.14"
89-
- "linux-1.15"
90-
- "linux-1.16"
91-
- "macos-1.14"
92-
- "macos-1.15"
93-
- "macos-1.16"
94-
- "windows-1.14"
95-
- "windows-1.15"
96-
- "windows-1.16"
228+
- "linux-1.15-stable"
229+
- "linux-1.15-nightly"
230+
- "linux-1.16-stable"
231+
- "linux-1.16-nightly"
232+
- "linux-1.17-stable"
233+
- "linux-1.17-nightly"
234+
- "macos-1.15-stable"
235+
- "macos-1.15-nightly"
236+
- "macos-1.16-stable"
237+
- "macos-1.16-nightly"
238+
- "macos-1.17-stable"
239+
- "macos-1.17-nightly"
240+
- "windows-1.15-stable"
241+
- "windows-1.15-nightly"
242+
- "windows-1.16-stable"
243+
- "windows-1.16-nightly"
244+
- "windows-1.17-stable"
245+
- "windows-1.17-nightly"
97246

98247
flags:
99-
linux-1.14:
248+
linux-1.15-nightly:
249+
carryforward: true
250+
paths:
251+
- /
252+
linux-1.15-stable:
253+
carryforward: true
254+
paths:
255+
- /
256+
linux-1.16-nightly:
257+
carryforward: true
258+
paths:
259+
- /
260+
linux-1.16-stable:
261+
carryforward: true
262+
paths:
263+
- /
264+
linux-1.17-nightly:
265+
carryforward: true
266+
paths:
267+
- /
268+
linux-1.17-stable:
269+
carryforward: true
100270
paths:
101271
- /
272+
macos-1.15-nightly:
102273
carryforward: true
103-
linux-1.15:
104274
paths:
105275
- /
276+
macos-1.15-stable:
106277
carryforward: true
107-
linux-1.16:
108278
paths:
109279
- /
280+
macos-1.16-nightly:
110281
carryforward: true
111-
macos-1.14:
112282
paths:
113283
- /
284+
macos-1.16-stable:
114285
carryforward: true
115-
macos-1.15:
116286
paths:
117287
- /
288+
macos-1.17-nightly:
118289
carryforward: true
119-
macos-1.16:
120290
paths:
121291
- /
292+
macos-1.17-stable:
122293
carryforward: true
123-
windows-1.14:
124294
paths:
125295
- /
296+
windows-1.15-nightly:
126297
carryforward: true
127-
windows-1.15:
128298
paths:
129299
- /
300+
windows-1.15-stable:
130301
carryforward: true
131-
windows-1.16:
132302
paths:
133303
- /
304+
windows-1.16-nightly:
134305
carryforward: true
306+
paths:
307+
- /
308+
windows-1.16-stable:
309+
carryforward: true
310+
paths:
311+
- /
312+
windows-1.17-nightly:
313+
carryforward: true
314+
paths:
315+
- /
316+
windows-1.17-stable:
317+
carryforward: true
318+
paths:
319+
- /
135320

136321
comment:
137322
behavior: default

0 commit comments

Comments
 (0)