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 7
7
script :
8
8
- npm test
9
9
after_success :
10
- - npm run coveralls
10
+ - npm run codecov
Original file line number Diff line number Diff line change 7
7
[ ![ Downloads/month] ( https://img.shields.io/npm/dm/npm-run-all.svg )] ( http://www.npmtrends.com/npm-run-all )
8
8
[ ![ Build Status] ( https://travis-ci.org/mysticatea/npm-run-all.svg?branch=master )] ( https://travis-ci.org/mysticatea/npm-run-all )
9
9
[ ![ 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 )
11
11
[ ![ Dependency Status] ( https://david-dm.org/mysticatea/npm-run-all.svg )] ( https://david-dm.org/mysticatea/npm-run-all )
12
12
13
13
A CLI tool to run multiple npm-scripts in parallel or sequential.
Original file line number Diff line number Diff line change 25
25
"postversion" : " git push && git push --tags" ,
26
26
"test" : " nyc npm run _mocha" ,
27
27
"watch" : " npm run _mocha -- --watch --growl" ,
28
- "coveralls " : " nyc report --reporter=text-lcov | coveralls "
28
+ "codecov " : " nyc report -r lcovonly && codecov "
29
29
},
30
30
"dependencies" : {
31
31
"chalk" : " ^1.1.3" ,
40
40
"@types/node" : " ^4.0.30" ,
41
41
"babel-preset-power-assert" : " ^1.0.0" ,
42
42
"babel-register" : " ^6.4.3" ,
43
- "coveralls " : " ^2.11.4 " ,
43
+ "codecov " : " ^1.0.1 " ,
44
44
"eslint" : " ^3.12.2" ,
45
45
"eslint-config-mysticatea" : " ^7.0.1" ,
46
46
"jsdoc" : " ^3.4.0" ,
You can’t perform that action at this time.
0 commit comments