@@ -16,22 +16,22 @@ Ran all test suites.
16
16
`;
17
17
18
18
exports[`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
+ -----------|---------|----------|---------|---------|-------------------
26
26
`;
27
27
28
28
exports[`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
+ -----------|---------|----------|---------|---------|-------------------
35
35
`;
36
36
37
37
exports[`exits with 1 if coverage threshold is not met 1`] = `
@@ -50,12 +50,12 @@ Ran all test suites.
50
50
`;
51
51
52
52
exports[`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
+ ----------------|---------|----------|---------|---------|-------------------
59
59
`;
60
60
61
61
exports[`exits with 1 if path threshold group is not found in coverage data 1`] = `
@@ -74,12 +74,12 @@ Ran all test suites.
74
74
`;
75
75
76
76
exports[`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
+ -----------|---------|----------|---------|---------|-------------------
83
83
`;
84
84
85
85
exports[`file is matched by all path and glob threshold groups 1`] = `
@@ -100,10 +100,10 @@ Ran all test suites.
100
100
`;
101
101
102
102
exports[`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
+ -----------|---------|----------|---------|---------|-------------------
109
109
`;
0 commit comments