Skip to content

Commit

Permalink
Adds lcov reporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlange committed Feb 4, 2024
1 parent 4f34f2f commit bcc45c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
coverage: {
enabled: true,
provider: 'v8',
reporter: ['html'],
reporter: ['html', 'lcov'],
include: ['src'],
exclude: ['src/test/**/*']
}
Expand Down

0 comments on commit bcc45c3

Please sign in to comment.