Skip to content

Commit fe8bd75

Browse files
committed
Raise coverage threshold to 97.3%
1 parent df0c5bf commit fe8bd75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vitest.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineConfig({
6363
thresholds: {
6464
lines: 100,
6565
functions: 100,
66-
branches: 97,
66+
branches: 97.3,
6767
statements: 100,
6868
},
6969
},

0 commit comments

Comments
 (0)