Skip to content
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

Fix Coveralls reporting #102

Merged
merged 3 commits into from
Dec 1, 2023
Merged

Fix Coveralls reporting #102

merged 3 commits into from
Dec 1, 2023

Conversation

mec
Copy link
Contributor

@mec mec commented Dec 1, 2023

Our coverage has not been sent to Coveralls for some time.

This work fixes that by removing the unsupported Coveralls gem and setting up the current coveralls workflow with simplecov and GitHub actions.

Coveralls have changed how they work, the gem is no longer supported,
instead they rely on simplecov, simplecov-lcov and a GitHub action.

Here we revove the Coveralls gem and update simplecov. The coverage is
now output to `coverage/lcov.info`.
With the old Coveralls gem removed, we can configure simplecov for
Coveralls and add the step to the GitHub action.
@mec mec merged commit e073515 into main Dec 1, 2023
3 checks passed
@mec mec deleted the fix-coveralls branch December 1, 2023 10:39
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