### Current Behavior: In the [CONTRIBUTING.md page](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md#test-coverage), it still shows `npm run test-coverage` ### Expected Behavior: The command should be `npm run check-coverage`
Current Behavior:
In the CONTRIBUTING.md page, it still shows
npm run test-coverageExpected Behavior:
The command should be
npm run check-coverage