Skip to content

Commit fad490d

Browse files
committed
update thresholds
1 parent c3f8c2d commit fad490d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vitest.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ export default defineConfig({
6464
thresholds: {
6565
autoUpdate: true,
6666
'packages/cli/**': {
67-
statements: 69.46,
67+
statements: 70,
6868
functions: 66.66,
69-
branches: 88.23,
70-
lines: 69.23,
69+
branches: 88.57,
70+
lines: 70,
7171
},
7272
'packages/create-package/**': {
7373
statements: 100,

0 commit comments

Comments
 (0)