chore: replace coveralls with coveralls-next by bjnewman · Pull Request #1020 · debug-js/debug
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 966
Open
bjnewman wants to merge 1 commit intodebug-js:masterfrom
Open
chore: replace coveralls with coveralls-next#1020
bjnewman wants to merge 1 commit intodebug-js:masterfrom
chore: replace coveralls with coveralls-next#1020
bjnewman wants to merge 1 commit intodebug-js:masterfrom
Conversation
Copy link Copy Markdown
bjnewman
commented
Jan 22, 2026
bjnewman
commented
Summary
- Replace deprecated
coverallspackage withcoveralls-next
Why
The coveralls package depends on the deprecated request library and is no longer maintained. coveralls-next is a maintained fork that:
- Replaces
requestwith nativefetch - Provides the same CLI interface (no script changes needed)
- Has fewer dependencies
See: https://github.com/nickmerwin/node-coveralls ("🚫 This repo is no longer maintained")
Testing
npm run test:nodepassescoverallsbinary still available viacoveralls-next
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment