Skip to content

Commit eeb40cf

Browse files
committed
chore(test): increase vitest coverage thresholds
Update coverage thresholds to align with vitest.config.passing.mts: - lines: 80% → 90% - branches: 80% → 90% - statements: 80% → 90% - functions: 80% → 85%
1 parent b2afa40 commit eeb40cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.config/vitest.config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ export default defineConfig({
9898
: ['registry/dist/**/*.{js,mjs,cjs}'],
9999
all: true,
100100
thresholds: {
101-
lines: 80,
102-
functions: 80,
103-
branches: 80,
104-
statements: 80,
101+
lines: 90,
102+
functions: 85,
103+
branches: 90,
104+
statements: 90,
105105
},
106106
},
107107
},

0 commit comments

Comments
 (0)