@@ -139,24 +139,24 @@ hey
139139--------------------------|---------|----------|---------|---------|--------------------------------
140140File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
141141--------------------------|---------|----------|---------|---------|--------------------------------
142- All files | 75.76 | 58.23 | 66.67 | 75.76 |
142+ All files | 72.64 | 58.23 | 61.11 | 72.64 |
143143 bin | 78.85 | 60 | 66.67 | 78.85 |
144144 c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
145- lib | 80.75 | 51.85 | 83.33 | 80.75 |
145+ lib | 75.95 | 51.85 | 71.43 | 75.95 |
146146 is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
147147 parse-args.js | 96.13 | 45.45 | 100 | 96.13 | 109-110,118-119,132-133
148148 report.js | 75.35 | 58.82 | 83.33 | 75.35 | ...208,238-239,266-267,273-275
149- source-map-from-file.js | 44 | 100 | 0 | 44 | 10-23
149+ source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
150150 lib/commands | 44.44 | 75 | 16.67 | 44.44 |
151151 check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
152152 report.js | 93.1 | 71.43 | 50 | 93.1 | 9-10
153153 test/fixtures | 83.33 | 85.71 | 66.67 | 83.33 |
154154 async.js | 100 | 100 | 100 | 100 |
155155 normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
156156--------------------------|---------|----------|---------|---------|--------------------------------
157- ,ERROR: Coverage for lines (75.76 %) does not meet global threshold (101%)
157+ ,ERROR: Coverage for lines (72.64 %) does not meet global threshold (101%)
158158ERROR: Coverage for branches (58.23%) does not meet global threshold (82%)
159- ERROR: Coverage for statements (75.76 %) does not meet global threshold (95%)
159+ ERROR: Coverage for statements (72.64 %) does not meet global threshold (95%)
160160"
161161` ;
162162
@@ -177,8 +177,8 @@ ERROR: Coverage for branches (45.45%) does not meet threshold (82%) for lib/pars
177177ERROR: Coverage for lines (75.35%) does not meet threshold (101%) for lib/report.js
178178ERROR: Coverage for branches (58.82%) does not meet threshold (82%) for lib/report.js
179179ERROR: Coverage for statements (75.35%) does not meet threshold (95%) for lib/report.js
180- ERROR: Coverage for lines (44 %) does not meet threshold (101%) for lib/source-map-from-file.js
181- ERROR: Coverage for statements (44 %) does not meet threshold (95%) for lib/source-map-from-file.js
180+ ERROR: Coverage for lines (45 %) does not meet threshold (101%) for lib/source-map-from-file.js
181+ ERROR: Coverage for statements (45 %) does not meet threshold (95%) for lib/source-map-from-file.js
182182ERROR: Coverage for lines (100%) does not meet threshold (101%) for test/fixtures/async.js
183183ERROR: Coverage for lines (75%) does not meet threshold (101%) for test/fixtures/normal.js
184184ERROR: Coverage for branches (66.67%) does not meet threshold (82%) for test/fixtures/normal.js
@@ -189,9 +189,9 @@ ERROR: Coverage for statements (75%) does not meet threshold (95%) for test/fixt
189189exports [` c8 check-coverage exits with 0 if coverage within threshold 1` ] = ` ",,"` ;
190190
191191exports [` c8 check-coverage exits with 1 if coverage is below threshold 1` ] = `
192- ",,ERROR: Coverage for lines (75.76 %) does not meet global threshold (101%)
192+ ",,ERROR: Coverage for lines (72.64 %) does not meet global threshold (101%)
193193ERROR: Coverage for branches (58.23%) does not meet global threshold (82%)
194- ERROR: Coverage for statements (75.76 %) does not meet global threshold (95%)
194+ ERROR: Coverage for statements (72.64 %) does not meet global threshold (95%)
195195"
196196` ;
197197
@@ -274,14 +274,14 @@ exports[`c8 report generates report from existing temporary files 1`] = `
274274" ,--------------------------|---------|----------|---------|---------|--------------------------------
275275File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
276276--------------------------|---------|----------|---------|---------|--------------------------------
277- All files | 75.76 | 58.23 | 66.67 | 75.76 |
277+ All files | 72.64 | 58.23 | 61.11 | 72.64 |
278278 bin | 78.85 | 60 | 66.67 | 78.85 |
279279 c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
280- lib | 80.75 | 51.85 | 83.33 | 80.75 |
280+ lib | 75.95 | 51.85 | 71.43 | 75.95 |
281281 is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
282282 parse-args.js | 96.13 | 45.45 | 100 | 96.13 | 109-110,118-119,132-133
283283 report.js | 75.35 | 58.82 | 83.33 | 75.35 | ...208,238-239,266-267,273-275
284- source-map-from-file.js | 44 | 100 | 0 | 44 | 10-23
284+ source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
285285 lib/commands | 44.44 | 75 | 16.67 | 44.44 |
286286 check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
287287 report.js | 93.1 | 71.43 | 50 | 93.1 | 9-10
@@ -296,24 +296,24 @@ exports[`c8 report supports --check-coverage, when generating reports 1`] = `
296296" ,--------------------------|---------|----------|---------|---------|--------------------------------
297297File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
298298--------------------------|---------|----------|---------|---------|--------------------------------
299- All files | 75.76 | 58.23 | 66.67 | 75.76 |
299+ All files | 72.64 | 58.23 | 61.11 | 72.64 |
300300 bin | 78.85 | 60 | 66.67 | 78.85 |
301301 c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
302- lib | 80.75 | 51.85 | 83.33 | 80.75 |
302+ lib | 75.95 | 51.85 | 71.43 | 75.95 |
303303 is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
304304 parse-args.js | 96.13 | 45.45 | 100 | 96.13 | 109-110,118-119,132-133
305305 report.js | 75.35 | 58.82 | 83.33 | 75.35 | ...208,238-239,266-267,273-275
306- source-map-from-file.js | 44 | 100 | 0 | 44 | 10-23
306+ source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
307307 lib/commands | 44.44 | 75 | 16.67 | 44.44 |
308308 check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
309309 report.js | 93.1 | 71.43 | 50 | 93.1 | 9-10
310310 test/fixtures | 83.33 | 85.71 | 66.67 | 83.33 |
311311 async.js | 100 | 100 | 100 | 100 |
312312 normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
313313--------------------------|---------|----------|---------|---------|--------------------------------
314- ,ERROR: Coverage for lines (75.76 %) does not meet global threshold (101%)
314+ ,ERROR: Coverage for lines (72.64 %) does not meet global threshold (101%)
315315ERROR: Coverage for branches (58.23%) does not meet global threshold (82%)
316- ERROR: Coverage for statements (75.76 %) does not meet global threshold (95%)
316+ ERROR: Coverage for statements (72.64 %) does not meet global threshold (95%)
317317"
318318`;
319319
0 commit comments