Skip to content

Commit

Permalink
test: add missing coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 17, 2022
1 parent 457b91f commit fae80f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ export default defineConfig({
dts: true,
}),
],
test: {
coverage: {
reporter: ['lcov', 'json'],
},
},
})

0 comments on commit fae80f8

Please sign in to comment.