X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvitest.config.ts;h=313846b4aecb2e736f280f6cd9ea361739dd61ec;hb=467dd11dcda062e6b073f990783491bf6fc60ea0;hp=246b42eca3bc1e5208d36485a92ab3086a460e02;hpb=cbac237384185b5debef0c1e8b21e96f730104e5;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/vitest.config.ts b/ui/web/vitest.config.ts index 246b42ec..313846b4 100644 --- a/ui/web/vitest.config.ts +++ b/ui/web/vitest.config.ts @@ -10,6 +10,10 @@ export default mergeConfig( environment: 'jsdom', exclude: [...configDefaults.exclude, 'e2e/*'], root: fileURLToPath(new URL('./', import.meta.url)), + coverage: { + provider: 'v8', + reporter: ['lcov'], + }, }, - }) + }), );