From: Jérôme Benoit Date: Tue, 26 Dec 2023 19:18:18 +0000 (+0100) Subject: build(ui): report coverage on console X-Git-Tag: v1.2.31~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9eb4b50a520573fd3342f7a924899523c34ec16e;p=e-mobility-charging-stations-simulator.git build(ui): report coverage on console Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/vitest.config.ts b/ui/web/vitest.config.ts index 313846b4..2bca60e9 100644 --- a/ui/web/vitest.config.ts +++ b/ui/web/vitest.config.ts @@ -12,7 +12,7 @@ export default mergeConfig( root: fileURLToPath(new URL('./', import.meta.url)), coverage: { provider: 'v8', - reporter: ['lcov'], + reporter: ['text', 'lcov'], }, }, }),