repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f06937
)
build(ui): report coverage on console
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 26 Dec 2023 19:18:18 +0000
(20:18 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 26 Dec 2023 19:18:18 +0000
(20:18 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/vitest.config.ts
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/vitest.config.ts
b/ui/web/vitest.config.ts
index 313846b4aecb2e736f280f6cd9ea361739dd61ec..2bca60e9e89dcfd5ced113f7251d741d94aec267 100644
(file)
--- 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'],
},
},
}),