diff --git a/package.json b/package.json index 3ad12b0..15ccee6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "babel -d dist/ src/", "prepublish": "npm run build", "ava": "ava -vs test/**/*.test.js", - "test": "nyc npm run ava && nyc report --reporter=lcov > coverage.lcov && codecov", + "test": "nyc npm run ava && nyc report --reporter=text-lcov | coveralls", "test:dev": "nyc npm run ava && nyc report --reporter=html" }, "dependencies": { @@ -26,7 +26,7 @@ "babel-preset-stage-0": "6.24.1", "babel-register": "6.22.0", "body-parser": "1.17.1", - "codecov": "2.1.0", + "coveralls": "2.13.1", "eslint": "3.19.0", "eslint-config-airbnb-base": "11.1.3", "eslint-plugin-import": "2.2.0",