Skip to content

Commit a27f012

Browse files
committed
adds lcov provider
1 parent 2e6608b commit a27f012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config = (): UserConfig => {
3838
setupFiles: ["./vitest.setup.ts"],
3939
coverage: {
4040
provider: "v8",
41-
reporter: ["text", "json", "html"],
41+
reporter: ["text", "json", "html", "lcov"],
4242
include: ["src/**/*.ts"],
4343
exclude: ["src/types/**/*.ts"],
4444
},

0 commit comments

Comments
 (0)