Skip to content

Fix uploading coverage to coveralls #52

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MasterOdin
Copy link
Contributor

@MasterOdin MasterOdin commented May 29, 2025

PR attempts to fix uploading to coveralls for the repo by switching from the third-party npm package for coveralls to the first-party GHA coveralls action.

The npm package has long been abandoned, and that using it with GHA requires you to generate a token on coveralls, add it as a secret here, and then pass it in as an environment variable. The action on the other hand is supported, and shouldn't require any configuration in regards to tokens and should just work out of the box.

From the action, it looks like the job was successfully uploaded to coveralls: https://coveralls.io/builds/73905020

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.

1 participant