Skip to content

Commit d6ff1bb

Browse files
committed
Update README.md
1 parent 0315d9f commit d6ff1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This NPM module uses entries defined in the `test` entry located in `.npmscriptr
1717

1818
For the latest significant changes please see the [CHANGELOG](https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-test-mocha/blob/master/CHANGELOG.md).
1919

20-
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" },`.
20+
- IMPORTANT (breaking change): The [codecov.io](https://github.com/cainus/codecov.io) NPM module has been deprecated and also contains potential vulnerabilities and has been removed 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" },`. Apologies for the inconvencience. See CHANGELOG for more details.
2121

2222
Also [snyk](https://www.npmjs.com/package/snyk) has been added which provides monitoring of known vulnerabilities in Node.js npm packages. One can add it to an NPM script on in [Travis CI](https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-test-mocha/blob/master/.travis.yml#L6) add the following: `- snyk test --dev`.
2323

0 commit comments

Comments
 (0)