@@ -152,24 +152,24 @@ hey
152
152
--------------------------|---------|----------|---------|---------|--------------------------------
153
153
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
154
154
--------------------------|---------|----------|---------|---------|--------------------------------
155
- All files | 73.7 | 59.76 | 62.5 | 73.7 |
155
+ All files | 73.96 | 59.76 | 62.5 | 73.96 |
156
156
bin | 78.85 | 60 | 66.67 | 78.85 |
157
157
c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
158
- lib | 76.94 | 54.39 | 72 | 76.94 |
158
+ lib | 77.2 | 54.39 | 72 | 77.2 |
159
159
is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
160
- parse-args.js | 96.72 | 58.33 | 100 | 96.72 | 137-138,146-147,160-161
161
- report.js | 75.16 | 58.33 | 78.57 | 75.16 | ...247,274-275,281- 283,304-309
160
+ parse-args.js | 96.81 | 58.33 | 100 | 96.81 | 142-143,151-152,165-166
161
+ report.js | 75.32 | 58.33 | 78.57 | 75.32 | ...249,276-277, 283-285,306-311
162
162
source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
163
- lib/commands | 45.65 | 75 | 16.67 | 45.65 |
163
+ lib/commands | 46.24 | 75 | 16.67 | 46.24 |
164
164
check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
165
- report.js | 93.55 | 71.43 | 50 | 93.55 | 9-10
165
+ report.js | 93.75 | 71.43 | 50 | 93.75 | 9-10
166
166
test/fixtures | 83.33 | 85.71 | 66.67 | 83.33 |
167
167
async.js | 100 | 100 | 100 | 100 |
168
168
normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
169
169
--------------------------|---------|----------|---------|---------|--------------------------------
170
- ,ERROR: Coverage for lines (73.7 %) does not meet global threshold (101%)
170
+ ,ERROR: Coverage for lines (73.96 %) does not meet global threshold (101%)
171
171
ERROR: Coverage for branches (59.76%) does not meet global threshold (82%)
172
- ERROR: Coverage for statements (73.7 %) does not meet global threshold (95%)
172
+ ERROR: Coverage for statements (73.96 %) does not meet global threshold (95%)
173
173
"
174
174
` ;
175
175
@@ -179,17 +179,17 @@ ERROR: Coverage for branches (60%) does not meet threshold (82%) for bin/c8.js
179
179
ERROR: Coverage for statements (78.85%) does not meet threshold (95%) for bin/c8.js
180
180
ERROR: Coverage for lines (21.31%) does not meet threshold (101%) for lib/commands/check-coverage.js
181
181
ERROR: Coverage for statements (21.31%) does not meet threshold (95%) for lib/commands/check-coverage.js
182
- ERROR: Coverage for lines (93.55 %) does not meet threshold (101%) for lib/commands/report.js
182
+ ERROR: Coverage for lines (93.75 %) does not meet threshold (101%) for lib/commands/report.js
183
183
ERROR: Coverage for branches (71.43%) does not meet threshold (82%) for lib/commands/report.js
184
- ERROR: Coverage for statements (93.55 %) does not meet threshold (95%) for lib/commands/report.js
184
+ ERROR: Coverage for statements (93.75 %) does not meet threshold (95%) for lib/commands/report.js
185
185
ERROR: Coverage for lines (90%) does not meet threshold (101%) for lib/is-cjs-esm-bridge.js
186
186
ERROR: Coverage for branches (25%) does not meet threshold (82%) for lib/is-cjs-esm-bridge.js
187
187
ERROR: Coverage for statements (90%) does not meet threshold (95%) for lib/is-cjs-esm-bridge.js
188
- ERROR: Coverage for lines (96.72 %) does not meet threshold (101%) for lib/parse-args.js
188
+ ERROR: Coverage for lines (96.81 %) does not meet threshold (101%) for lib/parse-args.js
189
189
ERROR: Coverage for branches (58.33%) does not meet threshold (82%) for lib/parse-args.js
190
- ERROR: Coverage for lines (75.16 %) does not meet threshold (101%) for lib/report.js
190
+ ERROR: Coverage for lines (75.32 %) does not meet threshold (101%) for lib/report.js
191
191
ERROR: Coverage for branches (58.33%) does not meet threshold (82%) for lib/report.js
192
- ERROR: Coverage for statements (75.16 %) does not meet threshold (95%) for lib/report.js
192
+ ERROR: Coverage for statements (75.32 %) does not meet threshold (95%) for lib/report.js
193
193
ERROR: Coverage for lines (45%) does not meet threshold (101%) for lib/source-map-from-file.js
194
194
ERROR: Coverage for statements (45%) does not meet threshold (95%) for lib/source-map-from-file.js
195
195
ERROR: Coverage for lines (100%) does not meet threshold (101%) for test/fixtures/async.js
@@ -202,9 +202,9 @@ ERROR: Coverage for statements (75%) does not meet threshold (95%) for test/fixt
202
202
exports [` c8 check-coverage exits with 0 if coverage within threshold 1` ] = ` ",,"` ;
203
203
204
204
exports [` c8 check-coverage exits with 1 if coverage is below threshold 1` ] = `
205
- ",,ERROR: Coverage for lines (73.7 %) does not meet global threshold (101%)
205
+ ",,ERROR: Coverage for lines (73.96 %) does not meet global threshold (101%)
206
206
ERROR: Coverage for branches (59.76%) does not meet global threshold (82%)
207
- ERROR: Coverage for statements (73.7 %) does not meet global threshold (95%)
207
+ ERROR: Coverage for statements (73.96 %) does not meet global threshold (95%)
208
208
"
209
209
` ;
210
210
@@ -287,17 +287,17 @@ exports[`c8 report generates report from existing temporary files 1`] = `
287
287
" ,--------------------------|---------|----------|---------|---------|--------------------------------
288
288
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
289
289
--------------------------|---------|----------|---------|---------|--------------------------------
290
- All files | 73.7 | 59.76 | 62.5 | 73.7 |
290
+ All files | 73.96 | 59.76 | 62.5 | 73.96 |
291
291
bin | 78.85 | 60 | 66.67 | 78.85 |
292
292
c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
293
- lib | 76.94 | 54.39 | 72 | 76.94 |
293
+ lib | 77.2 | 54.39 | 72 | 77.2 |
294
294
is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
295
- parse-args.js | 96.72 | 58.33 | 100 | 96.72 | 137-138,146-147,160-161
296
- report.js | 75.16 | 58.33 | 78.57 | 75.16 | ...247,274-275,281- 283,304-309
295
+ parse-args.js | 96.81 | 58.33 | 100 | 96.81 | 142-143,151-152,165-166
296
+ report.js | 75.32 | 58.33 | 78.57 | 75.32 | ...249,276-277, 283-285,306-311
297
297
source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
298
- lib/commands | 45.65 | 75 | 16.67 | 45.65 |
298
+ lib/commands | 46.24 | 75 | 16.67 | 46.24 |
299
299
check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
300
- report.js | 93.55 | 71.43 | 50 | 93.55 | 9-10
300
+ report.js | 93.75 | 71.43 | 50 | 93.75 | 9-10
301
301
test/fixtures | 83.33 | 85.71 | 66.67 | 83.33 |
302
302
async.js | 100 | 100 | 100 | 100 |
303
303
normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
@@ -309,24 +309,24 @@ exports[`c8 report supports --check-coverage, when generating reports 1`] = `
309
309
" ,--------------------------|---------|----------|---------|---------|--------------------------------
310
310
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
311
311
--------------------------|---------|----------|---------|---------|--------------------------------
312
- All files | 73.7 | 59.76 | 62.5 | 73.7 |
312
+ All files | 73.96 | 59.76 | 62.5 | 73.96 |
313
313
bin | 78.85 | 60 | 66.67 | 78.85 |
314
314
c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
315
- lib | 76.94 | 54.39 | 72 | 76.94 |
315
+ lib | 77.2 | 54.39 | 72 | 77.2 |
316
316
is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
317
- parse-args.js | 96.72 | 58.33 | 100 | 96.72 | 137-138,146-147,160-161
318
- report.js | 75.16 | 58.33 | 78.57 | 75.16 | ...247,274-275,281- 283,304-309
317
+ parse-args.js | 96.81 | 58.33 | 100 | 96.81 | 142-143,151-152,165-166
318
+ report.js | 75.32 | 58.33 | 78.57 | 75.32 | ...249,276-277, 283-285,306-311
319
319
source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
320
- lib/commands | 45.65 | 75 | 16.67 | 45.65 |
320
+ lib/commands | 46.24 | 75 | 16.67 | 46.24 |
321
321
check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
322
- report.js | 93.55 | 71.43 | 50 | 93.55 | 9-10
322
+ report.js | 93.75 | 71.43 | 50 | 93.75 | 9-10
323
323
test/fixtures | 83.33 | 85.71 | 66.67 | 83.33 |
324
324
async.js | 100 | 100 | 100 | 100 |
325
325
normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
326
326
--------------------------|---------|----------|---------|---------|--------------------------------
327
- ,ERROR: Coverage for lines (73.7 %) does not meet global threshold (101%)
327
+ ,ERROR: Coverage for lines (73.96 %) does not meet global threshold (101%)
328
328
ERROR: Coverage for branches (59.76%) does not meet global threshold (82%)
329
- ERROR: Coverage for statements (73.7 %) does not meet global threshold (95%)
329
+ ERROR: Coverage for statements (73.96 %) does not meet global threshold (95%)
330
330
"
331
331
`;
332
332
0 commit comments