Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use nyc for code coverage reports #207

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

velichkov
Copy link
Contributor

npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead:
npm WARN deprecated npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.

@coveralls
Copy link

coveralls commented Feb 16, 2022

Coverage Status

Coverage increased (+0.1%) to 80.077% when pulling a5859f2 on velichkov:coverage_nyc into 3b6dca9 on farhadi:master.

npm WARN deprecated istanbul@0.4.5: This module is no longer maintained, try this instead:
npm WARN deprecated   npm i nyc
npm WARN deprecated Visit https://istanbul.js.org/integrations for other alternatives.
"istanbul": "^0.4.3",
"mocha": "2.x"
"mocha": "2.x",
"nyc": "^12.0.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nyc version 15.1.0 requires node.js >= 8.6 and on 4 and 6 it fails with

https://app.travis-ci.com/github/farhadi/node-smpp/jobs/559932321#L224-L228
https://app.travis-ci.com/github/farhadi/node-smpp/jobs/559932320#L224-L228

All versions after 13.0.1 require find-up version that does not support node.js 4

https://app.travis-ci.com/github/farhadi/node-smpp/jobs/559933794#L301-L304

That is why currently I set the version to 12.0.2

@juliangut juliangut merged commit 3f40152 into farhadi:master Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants