From 378c54b549edc7e9bb26f0c2f86f83a28cddad50 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Tue, 17 Jan 2017 19:16:43 +0900 Subject: [PATCH] Chore: switch to codecov --- .travis.yml | 2 +- README.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 481d6a9..8e5088a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ node_js: script: - npm test after_success: - - npm run coveralls + - npm run codecov diff --git a/README.md b/README.md index 4c22409..141fb73 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 0091e01..4a97dd4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",