Skip to content

Commit 1333c19

Browse files
committed
chore(tests): fix coverage workflow
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 3d02117 commit 1333c19

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
"@typescript-eslint/eslint-plugin": "5.33.1",
118118
"@typescript-eslint/parser": "5.33.1",
119119
"@vates/toggle-scripts": "1.0.0",
120+
"@vitest/coverage-c8": "0.22.0",
120121
"@vitest/ui": "0.22.0",
121-
"c8": "7.12.0",
122122
"chai": "4.3.6",
123123
"conventional-changelog-cli": "2.2.2",
124124
"conventional-recommended-bump": "6.1.0",
@@ -167,6 +167,7 @@
167167
},
168168
"resolutions": {
169169
"@types/picomatch": "2.3.0",
170+
"c8": "7.12.0",
170171
"glob-parent": "6.0.2",
171172
"mkdist": "patch:mkdist@npm:0.3.13#.yarn/patches/mkdist-npm-0.3.13-c41cf41c68.patch",
172173
"picomatch": "2.3.1",

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2273,8 +2273,8 @@ __metadata:
22732273
"@typescript-eslint/eslint-plugin": "npm:5.33.1"
22742274
"@typescript-eslint/parser": "npm:5.33.1"
22752275
"@vates/toggle-scripts": "npm:1.0.0"
2276+
"@vitest/coverage-c8": "npm:0.22.0"
22762277
"@vitest/ui": "npm:0.22.0"
2277-
c8: "npm:7.12.0"
22782278
chai: "npm:4.3.6"
22792279
conventional-changelog-cli: "npm:2.2.2"
22802280
conventional-recommended-bump: "npm:6.1.0"
@@ -4120,6 +4120,16 @@ __metadata:
41204120
languageName: node
41214121
linkType: hard
41224122

4123+
"@vitest/coverage-c8@npm:0.22.0":
4124+
version: 0.22.0
4125+
resolution: "@vitest/coverage-c8@npm:0.22.0"
4126+
dependencies:
4127+
c8: "npm:^7.12.0"
4128+
vitest: "npm:0.22.0"
4129+
checksum: 9c583c9beeec1bdd2b9549757bba97010024ef97be0c637484575b167d387d0d6c10481cddac7fdc3edefdb4006e96b2544d4bc3e39f3bff440d3a4317433005
4130+
languageName: node
4131+
linkType: hard
4132+
41234133
"@vitest/ui@npm:0.22.0":
41244134
version: 0.22.0
41254135
resolution: "@vitest/ui@npm:0.22.0"
@@ -5611,7 +5621,7 @@ __metadata:
56115621
languageName: node
56125622
linkType: hard
56135623

5614-
"c8@npm:7.12.0, c8@npm:^7.6.0":
5624+
"c8@npm:7.12.0":
56155625
version: 7.12.0
56165626
resolution: "c8@npm:7.12.0"
56175627
dependencies:

0 commit comments

Comments
 (0)