Skip to content

Commit c83a4f3

Browse files
committed
fix(ci): add lcov reporter for SonarQube coverage
1 parent 2f9bac9 commit c83a4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineConfig({
3535
exclude: ['node_modules', 'src-tauri'],
3636
coverage: {
3737
provider: 'v8',
38-
reporter: ['text', 'json', 'html'],
38+
reporter: ['text', 'json', 'html', 'lcov'],
3939
exclude: [
4040
'node_modules',
4141
'src-tauri',

0 commit comments

Comments
 (0)