This repository was archived by the owner on Feb 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1919 run : yarn install
2020 - name : Test
2121 run : yarn test
22+ - name : Check Code Style
23+ run : yarn lint
2224
2325 - name : Report Coverage
2426 uses : coverallsapp/github-action@master
Original file line number Diff line number Diff line change 11/npm-debug.log
22/node_modules /
33/yarn.lock
4+ /.nyc_output /
5+ /coverage /
Original file line number Diff line number Diff line change 1- .travis.yml
1+ /node_modules /
2+ /.nyc_output /
3+ /coverage /
4+ /yarn.lock
5+ /.github /
6+ /.editorconfig
Original file line number Diff line number Diff line change 44 "description" : " A deterministic random number generator for node" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " standard index.js && mocha"
7+ "test" : " nyc --reporter=lcov mocha" ,
8+ "lint" : " standard index.js"
89 },
910 "repository" : {
1011 "type" : " git" ,
2021 },
2122 "homepage" : " https://github.com/bash/random.js#readme" ,
2223 "devDependencies" : {
24+ "coveralls" : " ^3.0.9" ,
2325 "mocha" : " ^6.2.2" ,
24- "standard " : " ^14.3.1 " ,
25- "istanbul " : " ^0.4.5 "
26+ "nyc " : " ^15.0.0 " ,
27+ "standard " : " ^14.3.1 "
2628 }
2729}
You can’t perform that action at this time.
0 commit comments