Use codecov node client

This commit is contained in:
Daniel Tschinder 2016-07-12 23:05:13 +02:00
parent f4b8b85f11
commit 149a339932
No known key found for this signature in database
GPG Key ID: 0F9471CB6816A4FF
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ script:
after_success:
- ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov
- bash <(curl -s https://codecov.io/bash)
- ./node_modules/.bin/codecov
notifications:
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK

View File

@ -23,6 +23,7 @@
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-stage-0": "^6.5.0",
"codecov": "^1.0.1",
"kcheck": "^2.0.1",
"lodash": "^4.6.1",
"nyc": "^7.0.0",