Skip to content

Commit 378c54b

Browse files
committed
Chore: switch to codecov
1 parent 779720c commit 378c54b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ node_js:
77
script:
88
- npm test
99
after_success:
10-
- npm run coveralls
10+
- npm run codecov

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

1313
A CLI tool to run multiple npm-scripts in parallel or sequential.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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",
@@ -40,7 +40,7 @@
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",

0 commit comments

Comments
 (0)