Skip to content

Commit c505216

Browse files
committed
fix: lcov coverage format added
1 parent 534240e commit c505216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
globals: true,
2121
coverage: {
2222
provider: 'v8',
23-
reporter: ['text', 'html'],
23+
reporter: ['text', 'html', 'lcov'],
2424
include: ['src/**/*.{ts,svelte}'],
2525
exclude: ['src/lib/api/**', 'src/**/*.test.ts'],
2626
},

0 commit comments

Comments
 (0)