Skip to content

Fix uploading coverage to coveralls#52

Open
MasterOdin wants to merge 1 commit into
emn178:masterfrom
MasterOdin:fix-coverage
Open

Fix uploading coverage to coveralls#52
MasterOdin wants to merge 1 commit into
emn178:masterfrom
MasterOdin:fix-coverage

Conversation

@MasterOdin

@MasterOdin MasterOdin commented May 29, 2025

Copy link
Copy Markdown
Contributor

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

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
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