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 6006600 commit d12af70Copy full SHA for d12af70
vitest.config.ts
@@ -4,7 +4,7 @@ export default defineConfig({
4
test: {
5
coverage: {
6
provider: 'v8',
7
- reporter: ['text'],
+ reporter: ['lcov', 'text'],
8
include: ['src/**'],
9
exclude: ['src/setup.ts', 'src/dts/**'],
10
},
0 commit comments