File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77script :
88 - npm test
99after_success :
10- - npm run coveralls
10+ - npm run codecov
Original file line number Diff line number Diff line change 77[ ![ Downloads/month] ( https://img.shields.io/npm/dm/npm-run-all.svg )] ( http://www.npmtrends.com/npm-run-all )
88[ ![ Build Status] ( https://travis-ci.org/mysticatea/npm-run-all.svg?branch=master )] ( https://travis-ci.org/mysticatea/npm-run-all )
99[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/v0owd44q1r7hceir/branch/master?svg=true )] ( https://ci.appveyor.com/project/mysticatea/npm-run-all/branch/master )
10- [ ![ Coverage Status] ( https://coveralls .io/repos /mysticatea/npm-run-all/ badge.svg?branch=master&service=github )] ( https://coveralls .io/github /mysticatea/npm-run-all?branch=master )
10+ [ ![ Coverage Status] ( https://codecov .io/gh /mysticatea/eslint-plugin-node/branch/master/graph/ badge.svg )] ( https://codecov .io/gh /mysticatea/npm-run-all )
1111[ ![ Dependency Status] ( https://david-dm.org/mysticatea/npm-run-all.svg )] ( https://david-dm.org/mysticatea/npm-run-all )
1212
1313A CLI tool to run multiple npm-scripts in parallel or sequential.
Original file line number Diff line number Diff line change 2525 "postversion" : " git push && git push --tags" ,
2626 "test" : " nyc npm run _mocha" ,
2727 "watch" : " npm run _mocha -- --watch --growl" ,
28- "coveralls " : " nyc report --reporter=text-lcov | coveralls "
28+ "codecov " : " nyc report -r lcovonly && codecov "
2929 },
3030 "dependencies" : {
3131 "chalk" : " ^1.1.3" ,
4040 "@types/node" : " ^4.0.30" ,
4141 "babel-preset-power-assert" : " ^1.0.0" ,
4242 "babel-register" : " ^6.4.3" ,
43- "coveralls " : " ^2.11.4 " ,
43+ "codecov " : " ^1.0.1 " ,
4444 "eslint" : " ^3.12.2" ,
4545 "eslint-config-mysticatea" : " ^7.0.1" ,
4646 "jsdoc" : " ^3.4.0" ,
You can’t perform that action at this time.
0 commit comments