Skip to content

Commit 659048e

Browse files
committed
fix: coverage again
1 parent e088e47 commit 659048e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

vitest.config.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ export default defineConfig({
8787
lines: 1.96,
8888
},
8989
'packages/kernel-browser-runtime/**': {
90-
statements: 70.18,
90+
statements: 70.99,
9191
functions: 67.69,
92-
branches: 52.45,
93-
lines: 70.18,
92+
branches: 54.23,
93+
lines: 70.99,
9494
},
9595
'packages/kernel-errors/**': {
9696
statements: 98.73,
@@ -137,7 +137,7 @@ export default defineConfig({
137137
'packages/kernel-utils/**': {
138138
statements: 100,
139139
functions: 100,
140-
branches: 96.42,
140+
branches: 96.55,
141141
lines: 100,
142142
},
143143
'packages/logger/**': {
@@ -147,16 +147,16 @@ export default defineConfig({
147147
lines: 100,
148148
},
149149
'packages/nodejs/**': {
150-
statements: 60,
151-
functions: 66.66,
152-
branches: 42.85,
153-
lines: 60.86,
150+
statements: 68.49,
151+
functions: 75,
152+
branches: 54.54,
153+
lines: 69.44,
154154
},
155155
'packages/ocap-kernel/**': {
156-
statements: 85.97,
157-
functions: 88.5,
158-
branches: 77.93,
159-
lines: 85.97,
156+
statements: 87.97,
157+
functions: 89.26,
158+
branches: 80,
159+
lines: 87.98,
160160
},
161161
'packages/remote-iterables/**': {
162162
statements: 100,

0 commit comments

Comments
 (0)