Skip to content

Commit

Permalink
add coverage reporter formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Jul 9, 2024
1 parent 932a273 commit 901d39f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig({
setupFiles: ["./src/setupTests.ts"],
coverage: {
provider: "istanbul",
reporter: ["text", "lcov"],
},
},
server: {
Expand Down

0 comments on commit 901d39f

Please sign in to comment.