Skip to content

Commit

Permalink
test: added text coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontravass committed Aug 2, 2023
1 parent 363b00b commit 807ec80
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 @@ -8,7 +8,7 @@ export default defineConfig({
test: {
coverage: {
provider: 'v8',
reporter: ['lcov', 'json'],
reporter: ['lcov', 'json', 'text'],
exclude: ['dist/**', 'tests/**']
}
}
Expand Down

0 comments on commit 807ec80

Please sign in to comment.