@@ -157,43 +157,6 @@ All files | 83.33 | 100 | 66.66 | 83.33 |
157157,"
158158` ;
159159
160- exports [` c8 can allow for files outside of cwd 1` ] = `
161- ",hi
162- -------------------|---------|----------|---------|---------|-------------------
163- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
164- -------------------|---------|----------|---------|---------|-------------------
165- All files | 100 | 100 | 100 | 100 |
166- multidir1 | 100 | 100 | 100 | 100 |
167- file1.js | 100 | 100 | 100 | 100 |
168- report | 100 | 100 | 100 | 100 |
169- allowExternal.js | 100 | 100 | 100 | 100 |
170- -------------------|---------|----------|---------|---------|-------------------
171- ,"
172- ` ;
173-
174- exports [` c8 check-coverage --100 1` ] = `
175- ",hey
176- i am a line of code
177- what
178- hey
179- what
180- hey
181- what
182- hey
183- -----------|---------|----------|---------|---------|-------------------
184- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
185- -----------|---------|----------|---------|---------|-------------------
186- All files | 83.33 | 85.71 | 60 | 83.33 |
187- async.js | 100 | 100 | 100 | 100 |
188- normal.js | 75 | 66.66 | 33.33 | 75 | 14-16,18-20
189- -----------|---------|----------|---------|---------|-------------------
190- ,ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
191- ERROR: Coverage for functions (60%) does not meet global threshold (100%)
192- ERROR: Coverage for branches (85.71%) does not meet global threshold (100%)
193- ERROR: Coverage for statements (83.33%) does not meet global threshold (95%)
194- "
195- ` ;
196-
197160exports [` c8 check-coverage --100 1` ] = `
198161",hey
199162i am a line of code
@@ -246,14 +209,6 @@ ERROR: Coverage for statements (75%) does not meet threshold (95%) for test/fixt
246209"
247210` ;
248211
249- exports [` c8 check-coverage check-coverage --100 1` ] = `
250- ",,ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
251- ERROR: Coverage for functions (60%) does not meet global threshold (100%)
252- ERROR: Coverage for branches (85.71%) does not meet global threshold (100%)
253- ERROR: Coverage for statements (83.33%) does not meet global threshold (95%)
254- "
255- ` ;
256-
257212exports [` c8 check-coverage check-coverage command with --100 1` ] = `
258213",,ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
259214ERROR: Coverage for functions (60%) does not meet global threshold (100%)
@@ -605,18 +560,3 @@ All files | 83.33 | 85.71 | 60 | 83.33 |
605560-----------|---------|----------|---------|---------|-------------------
606561,"
607562`;
608-
609- exports[`c8 ts-node reads source-map from cache, and applies to coverage 1`] = `
610- " ,covered
611- covered
612- covered
613- covered
614- covered
615- ------------------|---------|----------|---------|---------|-------------------
616- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
617- ------------------|---------|----------|---------|---------|-------------------
618- All files | 88.24 | 87.5 | 80 | 88.24 |
619- ts-node-basic.ts | 88.24 | 87.5 | 80 | 88.24 | 12-13,28-29
620- ------------------|---------|----------|---------|---------|-------------------
621- ,"
622- `;
0 commit comments