Skip to content

Commit

Permalink
test(coverage): Adds lcov reporter to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Nov 26, 2024
1 parent 49edbf6 commit e94abf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export default defineConfig({
replacement: 'node:stream',
},
],
coverage: {
reporter: ['lcov'],
},
},
build: {
target: 'es2015',
Expand Down

0 comments on commit e94abf3

Please sign in to comment.