redhat-developer / redhat-developer/vscode-openshift-tools
Migrate from `istanbul` to `nyc`
Open
@vrubezhny is already working on this.
Since Dec 9, 2024.
debt
kind/task
priority/minor
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 63
- Avg merge
- 6h 16m
- Merged PRs (30d)
- 74
Description
When running npm ci, I get the following message:
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.
It appears that nyc is the replacement CLI tool for collecting coverage for tests. It would be nice to migrate to it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.