@@ -152,13 +152,13 @@ hey
152152--------------------------|---------|----------|---------|---------|--------------------------------
153153File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
154154--------------------------|---------|----------|---------|---------|--------------------------------
155- All files | 73.17 | 58.02 | 62.16 | 73.17 |
155+ All files | 73.12 | 58.02 | 60.53 | 73.12 |
156156 bin | 78.85 | 60 | 66.67 | 78.85 |
157157 c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
158- lib | 76.44 | 51.79 | 72.73 | 76.44 |
158+ lib | 76.27 | 51.79 | 69.57 | 76.27 |
159159 is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
160160 parse-args.js | 96.39 | 45.45 | 100 | 96.39 | 120-121,129-130,143-144
161- report.js | 75.42 | 58.33 | 84.62 | 75.42 | ...216,246- 247,274-275,281-283
161+ report.js | 75.16 | 58.33 | 78.57 | 75.16 | ...247,274-275,281-283,304-309
162162 source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
163163 lib/commands | 45.65 | 75 | 16.67 | 45.65 |
164164 check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
@@ -167,9 +167,9 @@ All files | 73.17 | 58.02 | 62.16 | 73.17 |
167167 async.js | 100 | 100 | 100 | 100 |
168168 normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
169169--------------------------|---------|----------|---------|---------|--------------------------------
170- ,ERROR: Coverage for lines (73.17 %) does not meet global threshold (101%)
170+ ,ERROR: Coverage for lines (73.12 %) does not meet global threshold (101%)
171171ERROR: Coverage for branches (58.02%) does not meet global threshold (82%)
172- ERROR: Coverage for statements (73.17 %) does not meet global threshold (95%)
172+ ERROR: Coverage for statements (73.12 %) does not meet global threshold (95%)
173173"
174174` ;
175175
@@ -187,9 +187,9 @@ ERROR: Coverage for branches (25%) does not meet threshold (82%) for lib/is-cjs-
187187ERROR: Coverage for statements (90%) does not meet threshold (95%) for lib/is-cjs-esm-bridge.js
188188ERROR: Coverage for lines (96.39%) does not meet threshold (101%) for lib/parse-args.js
189189ERROR: Coverage for branches (45.45%) does not meet threshold (82%) for lib/parse-args.js
190- ERROR: Coverage for lines (75.42 %) does not meet threshold (101%) for lib/report.js
190+ ERROR: Coverage for lines (75.16 %) does not meet threshold (101%) for lib/report.js
191191ERROR: Coverage for branches (58.33%) does not meet threshold (82%) for lib/report.js
192- ERROR: Coverage for statements (75.42 %) does not meet threshold (95%) for lib/report.js
192+ ERROR: Coverage for statements (75.16 %) does not meet threshold (95%) for lib/report.js
193193ERROR: Coverage for lines (45%) does not meet threshold (101%) for lib/source-map-from-file.js
194194ERROR: Coverage for statements (45%) does not meet threshold (95%) for lib/source-map-from-file.js
195195ERROR: 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
202202exports [` c8 check-coverage exits with 0 if coverage within threshold 1` ] = ` ",,"` ;
203203
204204exports [` c8 check-coverage exits with 1 if coverage is below threshold 1` ] = `
205- ",,ERROR: Coverage for lines (73.17 %) does not meet global threshold (101%)
205+ ",,ERROR: Coverage for lines (73.12 %) does not meet global threshold (101%)
206206ERROR: Coverage for branches (58.02%) does not meet global threshold (82%)
207- ERROR: Coverage for statements (73.17 %) does not meet global threshold (95%)
207+ ERROR: Coverage for statements (73.12 %) does not meet global threshold (95%)
208208"
209209` ;
210210
@@ -287,13 +287,13 @@ exports[`c8 report generates report from existing temporary files 1`] = `
287287" ,--------------------------|---------|----------|---------|---------|--------------------------------
288288File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
289289--------------------------|---------|----------|---------|---------|--------------------------------
290- All files | 73.17 | 58.02 | 62.16 | 73.17 |
290+ All files | 73.12 | 58.02 | 60.53 | 73.12 |
291291 bin | 78.85 | 60 | 66.67 | 78.85 |
292292 c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
293- lib | 76.44 | 51.79 | 72.73 | 76.44 |
293+ lib | 76.27 | 51.79 | 69.57 | 76.27 |
294294 is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
295295 parse-args.js | 96.39 | 45.45 | 100 | 96.39 | 120-121,129-130,143-144
296- report.js | 75.42 | 58.33 | 84.62 | 75.42 | ...216,246- 247,274-275,281-283
296+ report.js | 75.16 | 58.33 | 78.57 | 75.16 | ...247,274-275,281-283,304-309
297297 source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
298298 lib/commands | 45.65 | 75 | 16.67 | 45.65 |
299299 check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
@@ -309,13 +309,13 @@ exports[`c8 report supports --check-coverage, when generating reports 1`] = `
309309" ,--------------------------|---------|----------|---------|---------|--------------------------------
310310File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
311311--------------------------|---------|----------|---------|---------|--------------------------------
312- All files | 73.17 | 58.02 | 62.16 | 73.17 |
312+ All files | 73.12 | 58.02 | 60.53 | 73.12 |
313313 bin | 78.85 | 60 | 66.67 | 78.85 |
314314 c8.js | 78.85 | 60 | 66.67 | 78.85 | 22,27-29,32-33,41-43,50-51
315- lib | 76.44 | 51.79 | 72.73 | 76.44 |
315+ lib | 76.27 | 51.79 | 69.57 | 76.27 |
316316 is-cjs-esm-bridge.js | 90 | 25 | 100 | 90 | 9
317317 parse-args.js | 96.39 | 45.45 | 100 | 96.39 | 120-121,129-130,143-144
318- report.js | 75.42 | 58.33 | 84.62 | 75.42 | ...216,246- 247,274-275,281-283
318+ report.js | 75.16 | 58.33 | 78.57 | 75.16 | ...247,274-275,281-283,304-309
319319 source-map-from-file.js | 45 | 100 | 0 | 45 | 39-50,52-67,69-77,81-98
320320 lib/commands | 45.65 | 75 | 16.67 | 45.65 |
321321 check-coverage.js | 21.31 | 100 | 0 | 21.31 | 9-11,14-27,30-44,46-61
@@ -324,9 +324,9 @@ All files | 73.17 | 58.02 | 62.16 | 73.17 |
324324 async.js | 100 | 100 | 100 | 100 |
325325 normal.js | 75 | 66.67 | 33.33 | 75 | 14-16,18-20
326326--------------------------|---------|----------|---------|---------|--------------------------------
327- ,ERROR: Coverage for lines (73.17 %) does not meet global threshold (101%)
327+ ,ERROR: Coverage for lines (73.12 %) does not meet global threshold (101%)
328328ERROR: Coverage for branches (58.02%) does not meet global threshold (82%)
329- ERROR: Coverage for statements (73.17 %) does not meet global threshold (95%)
329+ ERROR: Coverage for statements (73.12 %) does not meet global threshold (95%)
330330"
331331`;
332332
0 commit comments