Skip to content

Commit 81b9d60

Browse files
committed
feat[ci]: add json-summary coverage type
1 parent 4415c63 commit 81b9d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const cfg = defineWorkersConfig({
66
test: {
77
coverage: {
88
provider: "istanbul", // v8 is not supported due for cf workers
9-
reporter: ["text", "json", "html"],
9+
reporter: ["text", "json-summary", "html", "json"],
1010
},
1111
poolOptions: {
1212
workers: {

0 commit comments

Comments
 (0)