-IMPORTANT (deprecation) in `0.2.0`: The [codecov.io](https://github.com/cainus/codecov.io) NPM module has been deprecated and will be removed in a future update in favor of the official [codecov](https://www.npmjs.com/package/codecov) NPM module. You will need to modify `.npmscriptrc` and replace `"travis": { "report": "cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js" },` with `"travis": { "report": "./node_modules/.bin/codecov" },`.
0 commit comments