We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662c91c commit b9f908bCopy full SHA for b9f908b
vitest.config.ts
@@ -93,10 +93,10 @@ export default defineConfig({
93
lines: 85.8,
94
},
95
'packages/kernel-errors/**': {
96
- statements: 99.2,
97
- functions: 97.14,
98
- branches: 95.83,
99
- lines: 99.16,
+ statements: 99.24,
+ functions: 97.29,
+ branches: 96,
+ lines: 99.21,
100
101
'packages/kernel-language-model-service/**': {
102
statements: 99,
@@ -159,10 +159,10 @@ export default defineConfig({
159
lines: 25,
160
161
'packages/ocap-kernel/**': {
162
- statements: 96.01,
163
- functions: 97.45,
164
- branches: 88.37,
165
- lines: 95.99,
+ statements: 95.13,
+ functions: 97.69,
+ branches: 86.86,
+ lines: 95.11,
166
167
'packages/omnium-gatherum/**': {
168
statements: 5.26,
0 commit comments