chore: show vitest coverage in JetBrains IDEs

This commit is contained in:
Ilyas Landikov 2026-04-30 16:32:51 +06:00
parent e9eb09ed9b
commit 92d2981c64

View File

@ -8,7 +8,7 @@ export default defineConfig({
include: ['test/vitest/**/*.{spec,test}.{js,ts}'],
coverage: {
provider: 'istanbul',
reporter: ['text', 'html']
reporter: ['text', 'html', 'lcov']
}
},
});