X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fvitest.config.ts;h=6a5613f1b030749c7df23f02c325a37d3fc7a145;hb=e1140db1186f026dfc1756900317542259b67ff8;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..6a5613f1 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: 'c8', + reporter: ['lcov'], + }, }, }) );