Skip to content

Commit bfe0e4a

Browse files
authored
Refactor helpers (#275)
1 parent 2368f72 commit bfe0e4a

File tree

5 files changed

+130
-137
lines changed

5 files changed

+130
-137
lines changed

.github/scripts/coverage.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const expected = 90
44
const exclude = [
55
'cmd',
66
'checker/mock',
7-
'vm/generate',
7+
'vm/func_types',
8+
'vm/runtime/helpers',
89
]
910

1011
cd(path.resolve(__dirname, '..', '..'))

0 commit comments

Comments
 (0)