We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6608b commit a27f012Copy full SHA for a27f012
packages/react-native/vite.config.ts
@@ -38,7 +38,7 @@ const config = (): UserConfig => {
38
setupFiles: ["./vitest.setup.ts"],
39
coverage: {
40
provider: "v8",
41
- reporter: ["text", "json", "html"],
+ reporter: ["text", "json", "html", "lcov"],
42
include: ["src/**/*.ts"],
43
exclude: ["src/types/**/*.ts"],
44
},
0 commit comments