Skip to content

Commit

Permalink
add lcov reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
smonn committed May 14, 2024
1 parent facaffd commit f2c6f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
coverage: {
provider: 'v8',
reporter: ['text', 'json', 'html'],
reporter: ['text', 'json', 'html', 'lcov'],
exclude: ['runkit.js', 'benchmark/**', ...coverageConfigDefaults.exclude],
},
},
Expand Down

0 comments on commit f2c6f88

Please sign in to comment.