try switching to codecov

This commit is contained in:
2016-05-03 15:13:45 -07:00
parent 35ca41b955
commit 4504c657e6
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "npm run build && npm run unit",
"unit": "nyc --require babel-core/register mocha test/src/**",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"build": "babel src --out-dir lib",
"prepublish": "in-publish && npm run test || not-in-publish"
},
@@ -22,7 +22,7 @@
"babel-eslint": "~4.1.8",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-preset-es2015": "~6.6.0",
"coveralls": "~2.11.9",
"codecov": "~1.0.1",
"eslint": "~1.10.3",
"eslint-plugin-mocha": "~1.1.0",
"eslint-plugin-react": "~4.2.3",