Skip to content

Commit

Permalink
fix: add back lcov report
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Feb 23, 2024
1 parent e420cc3 commit 62786ea
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 @@ -3,7 +3,7 @@ import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
coverage: {
reporter: ['text', 'json'],
reporter: ['lcov', 'json'],
},
},
});

0 comments on commit 62786ea

Please sign in to comment.