chore: replace coveralls with coveralls-next by bjnewman · Pull Request #1020 · debug-js/debug

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@bjnewman

Copy link Copy Markdown

Summary

  • Replace deprecated coveralls package with coveralls-next

Why

The coveralls package depends on the deprecated request library and is no longer maintained. coveralls-next is a maintained fork that:

  • Replaces request with native fetch
  • 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:node passes
  • coveralls binary still available via coveralls-next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@bjnewman