Skip to content

Commit fba4cf9

Browse files
authored
test(frontend): Update Vitest coverage thresholds
1 parent a3cd601 commit fba4cf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vitest.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export default defineConfig(
8686
thresholds: {
8787
autoUpdate: true,
8888
statements: 79.7,
89-
branches: 72.5,
90-
functions: 76.3,
91-
lines: 80.9
89+
branches: 72.6,
90+
functions: 76.4,
91+
lines: 81.0
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)