Skip to content

Commit

Permalink
Chore: switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jan 17, 2017
1 parent 779720c commit 378c54b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,4 @@ node_js:
script:
- npm test
after_success:
- npm run coveralls
- npm run codecov
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
[![Downloads/month](https://img.shields.io/npm/dm/npm-run-all.svg)](http://www.npmtrends.com/npm-run-all)
[![Build Status](https://travis-ci.org/mysticatea/npm-run-all.svg?branch=master)](https://travis-ci.org/mysticatea/npm-run-all)
[![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)
[![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)
[![Coverage Status](https://codecov.io/gh/mysticatea/eslint-plugin-node/branch/master/graph/badge.svg)](https://codecov.io/gh/mysticatea/npm-run-all)
[![Dependency Status](https://david-dm.org/mysticatea/npm-run-all.svg)](https://david-dm.org/mysticatea/npm-run-all)

A CLI tool to run multiple npm-scripts in parallel or sequential.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -25,7 +25,7 @@
"postversion": "git push && git push --tags",
"test": "nyc npm run _mocha",
"watch": "npm run _mocha -- --watch --growl",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"codecov": "nyc report -r lcovonly && codecov"
},
"dependencies": {
"chalk": "^1.1.3",
Expand All @@ -40,7 +40,7 @@
"@types/node": "^4.0.30",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.4.3",
"coveralls": "^2.11.4",
"codecov": "^1.0.1",
"eslint": "^3.12.2",
"eslint-config-mysticatea": "^7.0.1",
"jsdoc": "^3.4.0",
Expand Down

0 comments on commit 378c54b

Please sign in to comment.