]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
test(ui): raise coverage thresholds to match current levels
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 19 Mar 2026 11:55:08 +0000 (12:55 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 19 Mar 2026 11:55:08 +0000 (12:55 +0100)
statements: 87→91, branches: 85→89, functions: 80→83, lines: 87→91

ui/web/vitest.config.ts

index e94dcc54be3d21596678814f2ea4414ad28144fb..fcb25b8bb169fb54632f7db28779c7125ba13602 100644 (file)
@@ -24,10 +24,10 @@ export default mergeConfig(
         provider: 'v8',
         reporter: ['text', 'lcov'],
         thresholds: {
-          branches: 85,
-          functions: 80,
-          lines: 87,
-          statements: 87,
+          branches: 89,
+          functions: 83,
+          lines: 91,
+          statements: 91,
         },
       },
       environment: 'jsdom',