Skip to content

Commit

Permalink
enable lcov report
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 23, 2022
1 parent 298c72b commit c6d4d6b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default {
test: {
coverage: {
reporter: ['text', 'lcov', 'html'],
},
},
};

0 comments on commit c6d4d6b

Please sign in to comment.