File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : npm install
3333
3434 - name : Run tests
35- run : npm test
35+ run : npm run test-ci
Original file line number Diff line number Diff line change 11node_modules
22yarn.lock
3+ /coverage
Original file line number Diff line number Diff line change 1515 "scripts" : {
1616 "ava" : " ava" ,
1717 "xo" : " xo" ,
18- "test" : " npm run xo && npm run ava"
18+ "test" : " npm run xo && npm run ava" ,
19+ "test-ci" : " npm run xo && c8 ava"
1920 },
2021 "main" : " index.js" ,
2122 "type" : " module" ,
3132 " local" ,
3233 " wrapper"
3334 ],
35+ "c8" : {
36+ "reporter" : [
37+ " lcovonly" ,
38+ " text"
39+ ]
40+ },
3441 "dependencies" : {
3542 "bin-check" : " ^4.1.0" ,
3643 "bin-version-check" : " ^5.0.0" ,
3946 },
4047 "devDependencies" : {
4148 "ava" : " ^4.0.1" ,
49+ "c8" : " ^7.11.0" ,
4250 "executable" : " ^4.1.1" ,
4351 "nock" : " ^13.2.2" ,
4452 "path-exists" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments