Skip to content

Commit

Permalink
feat[ci]: add json-summary coverage type
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed Apr 13, 2024
1 parent 4415c63 commit 81b9d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const cfg = defineWorkersConfig({
test: {
coverage: {
provider: "istanbul", // v8 is not supported due for cf workers
reporter: ["text", "json", "html"],
reporter: ["text", "json-summary", "html", "json"],
},
poolOptions: {
workers: {
Expand Down

0 comments on commit 81b9d60

Please sign in to comment.