From 590863c5ef50e53b13ff806bd37e4b26f21a643e Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Wed, 8 Mar 2017 14:17:30 +0800 Subject: [PATCH] Use codecov.io --- .travis.yml | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7d9cad429..95a31b1891 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: - npm run test-all after_script: - - cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js + - bash <(curl -s https://codecov.io/bash) diff --git a/package.json b/package.json index 904e523fa9..0cbf21c8e4 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,6 @@ "bisheng-plugin-description": "^0.1.1", "bisheng-plugin-react": "^0.5.0", "bisheng-plugin-toc": "^0.4.0", - "coveralls": "~2.11.16", "cross-env": "^3.1.4", "dekko": "^0.2.0", "dora-plugin-upload": "^0.3.1",