Skip to content

Commit 47cb2f8

Browse files
committed
add thresholds
1 parent a1dfeae commit 47cb2f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vitest.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ export default defineConfig({
1313
reporter: ['text-summary', 'lcov'],
1414
reportOnFailure: true,
1515
reportsDirectory: 'coverage',
16+
thresholds: {
17+
statements: 95,
18+
branches: 95,
19+
functions: 95,
20+
lines: 95,
21+
},
1622
},
1723
},
1824
resolve: {

0 commit comments

Comments
 (0)