File tree Expand file tree Collapse file tree 3 files changed +989
-385
lines changed Expand file tree Collapse file tree 3 files changed +989
-385
lines changed Original file line number Diff line number Diff line change @@ -158,15 +158,15 @@ jobs:
158
158
run : ls -R .
159
159
shell : bash
160
160
- name : Test bindings
161
- run : yarn test --coverage
161
+ run : yarn test
162
162
- name : Upload coverage report
163
163
if : ${{ matrix.settings.host == 'macos-latest' && matrix.node == '22' }}
164
164
env :
165
165
COVERALLS_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
166
166
uses :
coverallsapp/[email protected]
167
167
with :
168
168
github-token : ${{ secrets.GITHUB_TOKEN }}
169
- path-to-lcov : node_modules/lcov-parse/ coverage/lcov.info
169
+ path-to-lcov : coverage/lcov.info
170
170
parallel : true
171
171
172
172
test-linux-binding :
Original file line number Diff line number Diff line change 50
50
"format:rs" : " cargo fmt" ,
51
51
"lint" : " oxlint ." ,
52
52
"prepublishOnly" : " napi prepublish -t npm" ,
53
- "test" : " ava" ,
53
+ "test" : " nyc --reporter=lcov ava" ,
54
54
"version" : " napi version" ,
55
55
"prepare" : " husky"
56
56
},
63
63
"@tybys/wasm-util" : " ^0.10.0" ,
64
64
"ava" : " ^6.4.1" ,
65
65
"chalk" : " ^5.4.1" ,
66
- "coveralls" : " ^3.1.1" ,
67
66
"husky" : " ^9.1.7" ,
68
67
"lint-staged" : " ^16.1.2" ,
69
68
"npm-run-all2" : " ^8.0.4" ,
101
100
"singleQuote" : true ,
102
101
"arrowParens" : " always"
103
102
},
104
- "packageManager" :
" [email protected] "
103
+ "packageManager" :
" [email protected] " ,
104
+ "dependencies" : {
105
+ "nyc" : " ^17.1.0"
106
+ }
105
107
}
You can’t perform that action at this time.
0 commit comments