Skip to content

Commit 0a42fa9

Browse files
committed
chore: bump istanbul-reports for new uncovered lines design
1 parent 26951bd commit 0a42fa9

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

e2e/__tests__/__snapshots__/coverageReport.test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ File | % Stmts | % Branch | % Funcs | % Lines |
4949
All files | 60 | 0 | 50 | 60 |
5050
coverage-report | 47.37 | 0 | 25 | 50 |
5151
file.js | 100 | 100 | 100 | 100 |
52-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
52+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
5353
otherFile.js | 100 | 100 | 100 | 100 |
5454
sum.js | 87.5 | 100 | 50 | 100 |
55-
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
55+
sumDependency.js | 0 | 0 | 0 | 0 | 8-12
5656
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
5757
identical.js | 100 | 100 | 100 | 100 |
5858
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
@@ -75,10 +75,10 @@ File | % Stmts | % Branch | % Funcs | % Lines |
7575
All files | 60 | 0 | 50 | 60 |
7676
coverage-report | 47.37 | 0 | 25 | 50 |
7777
file.js | 100 | 100 | 100 | 100 |
78-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
78+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
7979
otherFile.js | 100 | 100 | 100 | 100 |
8080
sum.js | 87.5 | 100 | 50 | 100 |
81-
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
81+
sumDependency.js | 0 | 0 | 0 | 0 | 8-12
8282
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
8383
identical.js | 100 | 100 | 100 | 100 |
8484
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
@@ -100,10 +100,10 @@ File | % Stmts | % Branch | % Funcs | % Lines |
100100
All files | 60 | 0 | 50 | 60 |
101101
coverage-report | 47.37 | 0 | 25 | 50 |
102102
file.js | 100 | 100 | 100 | 100 |
103-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
103+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
104104
otherFile.js | 100 | 100 | 100 | 100 |
105105
sum.js | 87.5 | 100 | 50 | 100 |
106-
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
106+
sumDependency.js | 0 | 0 | 0 | 0 | 8-12
107107
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
108108
identical.js | 100 | 100 | 100 | 100 |
109109
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |
@@ -118,10 +118,10 @@ File | % Stmts | % Branch | % Funcs | % Lines |
118118
All files | 60 | 0 | 50 | 60 |
119119
coverage-report | 47.37 | 0 | 25 | 50 |
120120
file.js | 100 | 100 | 100 | 100 |
121-
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8,15-17,19
121+
notRequiredInTestSuite.js | 0 | 0 | 0 | 0 | 8-19
122122
otherFile.js | 100 | 100 | 100 | 100 |
123123
sum.js | 87.5 | 100 | 50 | 100 |
124-
sumDependency.js | 0 | 0 | 0 | 0 | 8,10,12
124+
sumDependency.js | 0 | 0 | 0 | 0 | 8-12
125125
coverage-report/cached-duplicates/a | 100 | 100 | 100 | 100 |
126126
identical.js | 100 | 100 | 100 | 100 |
127127
coverage-report/cached-duplicates/b | 100 | 100 | 100 | 100 |

e2e/__tests__/__snapshots__/coverageThreshold.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports[`excludes tests matched by path threshold groups from global group: stdo
2020
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
2121
-----------|---------|----------|---------|---------|-------------------
2222
All files | 50 | 100 | 50 | 50 |
23-
apple.js | 0 | 100 | 0 | 0 | 1,2
23+
apple.js | 0 | 100 | 0 | 0 | 1-2
2424
banana.js | 100 | 100 | 100 | 100 |
2525
-----------|---------|----------|---------|---------|-------------------
2626
`;

e2e/__tests__/__snapshots__/coverageWithoutTransform.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ exports[`produces code coverage for uncovered files without transformer 1`] = `
55
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
66
---------------------|---------|----------|---------|---------|-------------------
77
All files | 0 | 100 | 0 | 0 |
8-
some-random-file.js | 0 | 100 | 0 | 0 | 8,10,11
8+
some-random-file.js | 0 | 100 | 0 | 0 | 8-11
99
---------------------|---------|----------|---------|---------|-------------------
1010
`;

packages/jest-reporters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"istanbul-lib-instrument": "^4.0.0",
2626
"istanbul-lib-report": "^3.0.0",
2727
"istanbul-lib-source-maps": "^4.0.0",
28-
"istanbul-reports": "^3.0.0",
28+
"istanbul-reports": "^3.0.2",
2929
"jest-haste-map": "^25.2.6",
3030
"jest-resolve": "^25.2.6",
3131
"jest-util": "^25.2.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8623,10 +8623,10 @@ istanbul-lib-source-maps@^4.0.0:
86238623
istanbul-lib-coverage "^3.0.0"
86248624
source-map "^0.6.1"
86258625

8626-
istanbul-reports@^3.0.0:
8627-
version "3.0.0"
8628-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.0.tgz#d4d16d035db99581b6194e119bbf36c963c5eb70"
8629-
integrity sha512-2osTcC8zcOSUkImzN2EWQta3Vdi4WjjKw99P2yWx5mLnigAM0Rd5uYFn1cf2i/Ois45GkNjaoTqc5CxgMSX80A==
8626+
istanbul-reports@^3.0.0, istanbul-reports@^3.0.2:
8627+
version "3.0.2"
8628+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b"
8629+
integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
86308630
dependencies:
86318631
html-escaper "^2.0.0"
86328632
istanbul-lib-report "^3.0.0"

0 commit comments

Comments
 (0)