Skip to content

Commit 6ccb4ee

Browse files
committed
test: add lcov to coverage reporters
1 parent 60e7d61 commit 6ccb4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default defineConfig(({ mode }) => {
5757
css: true,
5858
coverage: {
5959
provider: "v8",
60-
reporter: ["text", "json", "html"],
60+
reporter: ["text", "json", "html", "lcov"],
6161
},
6262
},
6363
optimizeDeps: {

0 commit comments

Comments
 (0)