22
33exports [` collects coverage from duplicate files avoiding shared cache 1` ] = `
44---------------|---------|----------|---------|---------|-------------------
5- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
5+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
66---------------|---------|----------|---------|---------|-------------------
7- All files | 100 | 100 | 100 | 100 |
8- a | 100 | 100 | 100 | 100 |
9- identical.js | 100 | 100 | 100 | 100 |
10- b | 100 | 100 | 100 | 100 |
11- identical.js | 100 | 100 | 100 | 100 |
7+ All files | 100 | 100 | 100 | 100 |
8+ a | 100 | 100 | 100 | 100 |
9+ identical.js | 100 | 100 | 100 | 100 |
10+ b | 100 | 100 | 100 | 100 |
11+ identical.js | 100 | 100 | 100 | 100 |
1212---------------|---------|----------|---------|---------|-------------------
1313` ;
1414
1515exports [` collects coverage only from multiple specified files 1` ] = `
1616--------------|---------|----------|---------|---------|-------------------
17- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
17+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
1818--------------|---------|----------|---------|---------|-------------------
19- All files | 100 | 100 | 100 | 100 |
20- file.js | 100 | 100 | 100 | 100 |
21- otherFile.js | 100 | 100 | 100 | 100 |
19+ All files | 100 | 100 | 100 | 100 |
20+ file.js | 100 | 100 | 100 | 100 |
21+ otherFile.js | 100 | 100 | 100 | 100 |
2222--------------|---------|----------|---------|---------|-------------------
2323` ;
2424
2525exports [` collects coverage only from specified file 1` ] = `
2626----------|---------|----------|---------|---------|-------------------
27- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
27+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
2828----------|---------|----------|---------|---------|-------------------
29- All files | 100 | 100 | 100 | 100 |
30- file.js | 100 | 100 | 100 | 100 |
29+ All files | 100 | 100 | 100 | 100 |
30+ file.js | 100 | 100 | 100 | 100 |
3131----------|---------|----------|---------|---------|-------------------
3232` ;
3333
3434exports [` collects coverage only from specified files avoiding dependencies 1` ] = `
3535----------|---------|----------|---------|---------|-------------------
36- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
36+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
3737----------|---------|----------|---------|---------|-------------------
38- All files | 87.5 | 100 | 50 | 100 |
39- sum.js | 87.5 | 100 | 50 | 100 |
38+ All files | 87.5 | 100 | 50 | 100 |
39+ sum.js | 87.5 | 100 | 50 | 100 |
4040----------|---------|----------|---------|---------|-------------------
4141` ;
4242
4343exports [` does not output coverage report when html is requested 1` ] = ` ` ;
4444
4545exports [` generates coverage when using the testRegex config param 1` ] = `
4646-------------------------------------|---------|----------|---------|---------|-------------------
47- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
47+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
4848-------------------------------------|---------|----------|---------|---------|-------------------
49- All files | 60 | 0 | 50 | 60 |
50- coverage-report | 47.37 | 0 | 25 | 50 |
51- file.js | 100 | 100 | 100 | 100 |
52- notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
53- otherFile.js | 100 | 100 | 100 | 100 |
54- sum.js | 87.5 | 100 | 50 | 100 |
55- sumDependency.js | 0 | 0 | 0 | 0 | 8-12
56- coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
57- identical.js | 100 | 100 | 100 | 100 |
58- coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
59- identical.js | 100 | 100 | 100 | 100 |
49+ All files | 60 | 0 | 50 | 60 |
50+ coverage-report | 47.37 | 0 | 25 | 50 |
51+ file.js | 100 | 100 | 100 | 100 |
52+ notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
53+ otherFile.js | 100 | 100 | 100 | 100 |
54+ sum.js | 87.5 | 100 | 50 | 100 |
55+ sumDependency.js | 0 | 0 | 0 | 0 | 8-12
56+ coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
57+ identical.js | 100 | 100 | 100 | 100 |
58+ coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
59+ identical.js | 100 | 100 | 100 | 100 |
6060-------------------------------------|---------|----------|---------|---------|-------------------
6161` ;
6262
@@ -70,19 +70,19 @@ Ran all test suites.
7070
7171exports[`outputs coverage report 1`] = `
7272-------------------------------------|---------|----------|---------|---------|-------------------
73- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
73+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
7474-------------------------------------|---------|----------|---------|---------|-------------------
75- All files | 60 | 0 | 50 | 60 |
76- coverage-report | 47.37 | 0 | 25 | 50 |
77- file.js | 100 | 100 | 100 | 100 |
78- notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
79- otherFile.js | 100 | 100 | 100 | 100 |
80- sum.js | 87.5 | 100 | 50 | 100 |
81- sumDependency.js | 0 | 0 | 0 | 0 | 8-12
82- coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
83- identical.js | 100 | 100 | 100 | 100 |
84- coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
85- identical.js | 100 | 100 | 100 | 100 |
75+ All files | 60 | 0 | 50 | 60 |
76+ coverage-report | 47.37 | 0 | 25 | 50 |
77+ file.js | 100 | 100 | 100 | 100 |
78+ notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
79+ otherFile.js | 100 | 100 | 100 | 100 |
80+ sum.js | 87.5 | 100 | 50 | 100 |
81+ sumDependency.js | 0 | 0 | 0 | 0 | 8-12
82+ coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
83+ identical.js | 100 | 100 | 100 | 100 |
84+ coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
85+ identical.js | 100 | 100 | 100 | 100 |
8686-------------------------------------|---------|----------|---------|---------|-------------------
8787`;
8888
@@ -95,37 +95,37 @@ Functions : 50% ( 3/6 )
9595Lines : 60% ( 12/20 )
9696================================================================================
9797-------------------------------------|---------|----------|---------|---------|-------------------
98- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
98+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
9999-------------------------------------|---------|----------|---------|---------|-------------------
100- All files | 60 | 0 | 50 | 60 |
101- coverage-report | 47.37 | 0 | 25 | 50 |
102- file.js | 100 | 100 | 100 | 100 |
103- notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
104- otherFile.js | 100 | 100 | 100 | 100 |
105- sum.js | 87.5 | 100 | 50 | 100 |
106- sumDependency.js | 0 | 0 | 0 | 0 | 8-12
107- coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
108- identical.js | 100 | 100 | 100 | 100 |
109- coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
110- identical.js | 100 | 100 | 100 | 100 |
100+ All files | 60 | 0 | 50 | 60 |
101+ coverage-report | 47.37 | 0 | 25 | 50 |
102+ file.js | 100 | 100 | 100 | 100 |
103+ notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
104+ otherFile.js | 100 | 100 | 100 | 100 |
105+ sum.js | 87.5 | 100 | 50 | 100 |
106+ sumDependency.js | 0 | 0 | 0 | 0 | 8-12
107+ coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
108+ identical.js | 100 | 100 | 100 | 100 |
109+ coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
110+ identical.js | 100 | 100 | 100 | 100 |
111111-------------------------------------|---------|----------|---------|---------|-------------------
112112`;
113113
114114exports[`outputs coverage report when text is requested 1`] = `
115115-------------------------------------|---------|----------|---------|---------|-------------------
116- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
116+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
117117-------------------------------------|---------|----------|---------|---------|-------------------
118- All files | 60 | 0 | 50 | 60 |
119- coverage-report | 47.37 | 0 | 25 | 50 |
120- file.js | 100 | 100 | 100 | 100 |
121- notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
122- otherFile.js | 100 | 100 | 100 | 100 |
123- sum.js | 87.5 | 100 | 50 | 100 |
124- sumDependency.js | 0 | 0 | 0 | 0 | 8-12
125- coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
126- identical.js | 100 | 100 | 100 | 100 |
127- coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
128- identical.js | 100 | 100 | 100 | 100 |
118+ All files | 60 | 0 | 50 | 60 |
119+ coverage-report | 47.37 | 0 | 25 | 50 |
120+ file.js | 100 | 100 | 100 | 100 |
121+ notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
122+ otherFile.js | 100 | 100 | 100 | 100 |
123+ sum.js | 87.5 | 100 | 50 | 100 |
124+ sumDependency.js | 0 | 0 | 0 | 0 | 8-12
125+ coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
126+ identical.js | 100 | 100 | 100 | 100 |
127+ coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
128+ identical.js | 100 | 100 | 100 | 100 |
129129-------------------------------------|---------|----------|---------|---------|-------------------
130130`;
131131
0 commit comments