Skip to content

Commit 744a019

Browse files
committed
Lower coverage thresholds to 99.5% for lines and statements
1 parent 683c1e5 commit 744a019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vitest.config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export default defineConfig({
6161
include: ['src/**/*.{ts,mts,cts}'],
6262
all: true,
6363
thresholds: {
64-
lines: 100,
64+
lines: 99.5,
6565
functions: 100,
6666
branches: 97.86,
67-
statements: 100,
67+
statements: 99.5,
6868
},
6969
},
7070
},

0 commit comments

Comments
 (0)