Skip to content

Commit

Permalink
Update: coverage-summary.jsonを出力するように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
MijinkoSD committed May 6, 2024
1 parent 326de64 commit ab78299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default mergeConfig(
coverage: {
enabled: true,
provider: "istanbul",
exclude: ["demo/**"],
exclude: ["demo/**", "dist/**", "dist-demo/**"],
reporter: ["text", "html", "json", "json-summary"],
},
},
})
Expand Down

0 comments on commit ab78299

Please sign in to comment.