Skip to content

Commit 372b0ec

Browse files
committed
CI madness 16: remind me again who though coverage was a good idea?
1 parent f22e4f4 commit 372b0ec

1 file changed

Lines changed: 51 additions & 51 deletions

File tree

vitest.config.ts

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -68,40 +68,40 @@ export default defineConfig({
6868
thresholds: {
6969
autoUpdate: true,
7070
'packages/cli/**': {
71-
statements: 0,
72-
functions: 0,
73-
branches: 0,
74-
lines: 0,
71+
statements: 70,
72+
functions: 66.66,
73+
branches: 88.57,
74+
lines: 70,
7575
},
7676
'packages/create-package/**': {
77-
statements: 0,
78-
functions: 0,
79-
branches: 0,
80-
lines: 0,
77+
statements: 100,
78+
functions: 100,
79+
branches: 100,
80+
lines: 100,
8181
},
8282
'packages/extension/**': {
83-
statements: 0,
83+
statements: 3.03,
8484
functions: 0,
85-
branches: 0,
86-
lines: 0,
85+
branches: 100,
86+
lines: 3.03,
8787
},
8888
'packages/kernel-browser-runtime/**': {
89-
statements: 0,
90-
functions: 0,
91-
branches: 0,
92-
lines: 0,
89+
statements: 70.18,
90+
functions: 71.64,
91+
branches: 52.45,
92+
lines: 70.18,
9393
},
9494
'packages/kernel-errors/**': {
95-
statements: 0,
96-
functions: 0,
97-
branches: 0,
98-
lines: 0,
95+
statements: 98.73,
96+
functions: 95.65,
97+
branches: 92,
98+
lines: 98.73,
9999
},
100100
'packages/kernel-rpc-methods/**': {
101-
statements: 0,
102-
functions: 0,
103-
branches: 0,
104-
lines: 0,
101+
statements: 100,
102+
functions: 100,
103+
branches: 100,
104+
lines: 100,
105105
},
106106
'packages/kernel-shims/**': {
107107
statements: 0,
@@ -110,46 +110,46 @@ export default defineConfig({
110110
lines: 0,
111111
},
112112
'packages/kernel-store/**': {
113-
statements: 0,
114-
functions: 0,
115-
branches: 0,
116-
lines: 0,
113+
statements: 98.36,
114+
functions: 100,
115+
branches: 91.42,
116+
lines: 98.35,
117117
},
118118
'packages/kernel-ui/**': {
119-
statements: 0,
120-
functions: 0,
121-
branches: 0,
122-
lines: 0,
119+
statements: 93.9,
120+
functions: 94.11,
121+
branches: 85.39,
122+
lines: 94.18,
123123
},
124124
'packages/kernel-utils/**': {
125-
statements: 0,
126-
functions: 0,
127-
branches: 0,
128-
lines: 0,
125+
statements: 76.38,
126+
functions: 89.47,
127+
branches: 92.85,
128+
lines: 74.62,
129129
},
130130
'packages/logger/**': {
131-
statements: 0,
132-
functions: 0,
133-
branches: 0,
134-
lines: 0,
131+
statements: 98.46,
132+
functions: 96,
133+
branches: 97.14,
134+
lines: 100,
135135
},
136136
'packages/nodejs/**': {
137-
statements: 0,
138-
functions: 0,
139-
branches: 0,
140-
lines: 0,
137+
statements: 60,
138+
functions: 66.66,
139+
branches: 42.85,
140+
lines: 60.86,
141141
},
142142
'packages/ocap-kernel/**': {
143-
statements: 0,
144-
functions: 0,
145-
branches: 0,
146-
lines: 0,
143+
statements: 79.35,
144+
functions: 82.89,
145+
branches: 73.92,
146+
lines: 79.33,
147147
},
148148
'packages/streams/**': {
149-
statements: 0,
150-
functions: 0,
151-
branches: 0,
152-
lines: 0,
149+
statements: 100,
150+
functions: 100,
151+
branches: 100,
152+
lines: 100,
153153
},
154154
},
155155
},

0 commit comments

Comments
 (0)