Skip to content

Commit

Permalink
build(ui): report coverage on console
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Dec 26, 2023
1 parent 5f06937 commit 9eb4b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/web/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default mergeConfig(
root: fileURLToPath(new URL('./', import.meta.url)),
coverage: {
provider: 'v8',
reporter: ['lcov'],
reporter: ['text', 'lcov'],
},
},
}),
Expand Down

0 comments on commit 9eb4b50

Please sign in to comment.