Skip to content

Commit e7be85f

Browse files
committed
chore: thresholds
1 parent e8c4b85 commit e7be85f

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

vitest.config.ts

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -79,35 +79,17 @@ export default defineConfig({
7979
branches: 100,
8080
lines: 100,
8181
},
82-
'packages/errors/**': {
83-
statements: 98.63,
84-
functions: 95.23,
85-
branches: 92,
86-
lines: 98.63,
87-
},
8882
'packages/extension/**': {
8983
statements: 82.68,
9084
functions: 81.69,
9185
branches: 77.4,
9286
lines: 82.5,
9387
},
94-
'packages/ocap-kernel/**': {
95-
statements: 90.43,
96-
functions: 92.18,
97-
branches: 79.89,
98-
lines: 90.41,
99-
},
100-
'packages/logger/**': {
101-
statements: 97.29,
102-
functions: 92.3,
103-
branches: 95.45,
104-
lines: 100,
105-
},
106-
'packages/nodejs/**': {
107-
statements: 74.07,
108-
functions: 71.42,
109-
branches: 53.84,
110-
lines: 74.07,
88+
'packages/kernel-errors/**': {
89+
statements: 98.63,
90+
functions: 95.23,
91+
branches: 92,
92+
lines: 98.63,
11193
},
11294
'packages/kernel-rpc-methods/**': {
11395
statements: 100,
@@ -127,13 +109,31 @@ export default defineConfig({
127109
branches: 84.78,
128110
lines: 92.39,
129111
},
130-
'packages/streams/**': {
112+
'packages/kernel-utils/**': {
131113
statements: 100,
132114
functions: 100,
133115
branches: 100,
134116
lines: 100,
135117
},
136-
'packages/kernel-utils/**': {
118+
'packages/logger/**': {
119+
statements: 98.43,
120+
functions: 95.83,
121+
branches: 97.29,
122+
lines: 100,
123+
},
124+
'packages/nodejs/**': {
125+
statements: 72.22,
126+
functions: 76.92,
127+
branches: 69.23,
128+
lines: 73.58,
129+
},
130+
'packages/ocap-kernel/**': {
131+
statements: 90.46,
132+
functions: 92.21,
133+
branches: 79.89,
134+
lines: 90.44,
135+
},
136+
'packages/streams/**': {
137137
statements: 100,
138138
functions: 100,
139139
branches: 100,

0 commit comments

Comments
 (0)