Skip to content

Commit a2da16f

Browse files
test(frontend): Update Vitest coverage thresholds (#12608)
The current thresholds for the Vitest coverage report have been updated since they increased. This is an automated PR to keep the thresholds in sync with the latest test coverage results. Co-authored-by: gix-bot <gix-bot@users.noreply.github.com>
1 parent 202dabb commit a2da16f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export default defineConfig(
8585
// TODO: increase the thresholds slowly up to an acceptable 90% at least
8686
thresholds: {
8787
autoUpdate: true,
88-
statements: 79.6,
89-
branches: 72.4,
88+
statements: 79.7,
89+
branches: 72.5,
9090
functions: 76.3,
9191
lines: 80.9
9292
}

0 commit comments

Comments
 (0)