Skip to content

Commit beb9e1b

Browse files
committed
thresholds
1 parent 7aad687 commit beb9e1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

vitest.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ export default defineConfig({
9898
lines: 100,
9999
},
100100
'packages/kernel-language-model-service/**': {
101-
statements: 99.17,
102-
functions: 100,
103-
branches: 97.22,
104-
lines: 99.17,
101+
statements: 98.35,
102+
functions: 96.96,
103+
branches: 95.89,
104+
lines: 98.35,
105105
},
106106
'packages/kernel-platforms/**': {
107107
statements: 99.38,
@@ -130,7 +130,7 @@ export default defineConfig({
130130
'packages/kernel-ui/**': {
131131
statements: 97.57,
132132
functions: 97.29,
133-
branches: 93.25,
133+
branches: 93.26,
134134
lines: 97.57,
135135
},
136136
'packages/kernel-utils/**': {

0 commit comments

Comments
 (0)