@@ -16,22 +16,22 @@ Ran all test suites.
1616`;
1717
1818exports[`excludes tests matched by path threshold groups from global group: stdout 1`] = `
19- -----------|---------- |----------|---------- |---------- |-------------------|
20- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
21- -----------|---------- |----------|---------- |---------- |-------------------|
22- All files | 50 | 100 | 50 | 50 | |
23- apple.js | 0 | 100 | 0 | 0 | 2,3 |
24- banana.js | 100 | 100 | 100 | 100 | |
25- -----------|---------- |----------|---------- |---------- |-------------------|
19+ -----------|---------|----------|---------|---------|-------------------
20+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
21+ -----------|---------|----------|---------|---------|-------------------
22+ All files | 50 | 100 | 50 | 50 |
23+ apple.js | 0 | 100 | 0 | 0 | 2,3
24+ banana.js | 100 | 100 | 100 | 100 |
25+ -----------|---------|----------|---------|---------|-------------------
2626`;
2727
2828exports[`exits with 0 if global threshold group is not found in coverage data: stdout 1`] = `
29- -----------|---------- |----------|---------- |---------- |-------------------|
30- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
31- -----------|---------- |----------|---------- |---------- |-------------------|
32- All files | 100 | 100 | 100 | 100 | |
33- banana.js | 100 | 100 | 100 | 100 | |
34- -----------|---------- |----------|---------- |---------- |-------------------|
29+ -----------|---------|----------|---------|---------|-------------------
30+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
31+ -----------|---------|----------|---------|---------|-------------------
32+ All files | 100 | 100 | 100 | 100 |
33+ banana.js | 100 | 100 | 100 | 100 |
34+ -----------|---------|----------|---------|---------|-------------------
3535`;
3636
3737exports[`exits with 1 if coverage threshold is not met 1`] = `
@@ -50,12 +50,12 @@ Ran all test suites.
5050`;
5151
5252exports[`exits with 1 if coverage threshold is not met: stdout 1`] = `
53- ----------------|---------- |----------|---------- |---------- |-------------------|
54- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
55- ----------------|---------- |----------|---------- |---------- |-------------------|
56- All files | 50 | 100 | 0 | 50 | |
57- not-covered.js | 50 | 100 | 0 | 50 | 3 |
58- ----------------|---------- |----------|---------- |---------- |-------------------|
53+ ----------------|---------|----------|---------|---------|-------------------
54+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
55+ ----------------|---------|----------|---------|---------|-------------------
56+ All files | 50 | 100 | 0 | 50 |
57+ not-covered.js | 50 | 100 | 0 | 50 | 3
58+ ----------------|---------|----------|---------|---------|-------------------
5959`;
6060
6161exports[`exits with 1 if path threshold group is not found in coverage data 1`] = `
@@ -74,12 +74,12 @@ Ran all test suites.
7474`;
7575
7676exports[`exits with 1 if path threshold group is not found in coverage data: stdout 1`] = `
77- -----------|---------- |----------|---------- |---------- |-------------------|
78- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
79- -----------|---------- |----------|---------- |---------- |-------------------|
80- All files | 100 | 100 | 100 | 100 | |
81- banana.js | 100 | 100 | 100 | 100 | |
82- -----------|---------- |----------|---------- |---------- |-------------------|
77+ -----------|---------|----------|---------|---------|-------------------
78+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
79+ -----------|---------|----------|---------|---------|-------------------
80+ All files | 100 | 100 | 100 | 100 |
81+ banana.js | 100 | 100 | 100 | 100 |
82+ -----------|---------|----------|---------|---------|-------------------
8383`;
8484
8585exports[`file is matched by all path and glob threshold groups 1`] = `
@@ -100,10 +100,10 @@ Ran all test suites.
100100`;
101101
102102exports[`file is matched by all path and glob threshold groups: stdout 1`] = `
103- -----------|---------- |----------|---------- |---------- |-------------------|
104- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
105- -----------|---------- |----------|---------- |---------- |-------------------|
106- All files | 50 | 100 | 0 | 50 | |
107- banana.js | 50 | 100 | 0 | 50 | 3 |
108- -----------|---------- |----------|---------- |---------- |-------------------|
103+ -----------|---------|----------|---------|---------|-------------------
104+ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
105+ -----------|---------|----------|---------|---------|-------------------
106+ All files | 50 | 100 | 0 | 50 |
107+ banana.js | 50 | 100 | 0 | 50 | 3
108+ -----------|---------|----------|---------|---------|-------------------
109109`;
0 commit comments