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

ci: checkout before reporting coverage to coveralls #47

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

sripwoud
Copy link
Member

@sripwoud sripwoud commented Aug 8, 2024

I had deliberately ommitted the checkout step in the coverage job in #46 because I thought it was sufficient for coveralls to only have a coverage report file (lcov.info) in order to be able to report the coverage.
But it is not, it needs to read the src files too, otherwise it fails with a nothing to report error.
So we need to checkout.

The coverage job execution on this test branch demonstrated that the fix is effective.

@sripwoud sripwoud added bug 🐛 Something isn't working devops 🔧 Operations management and dev tools labels Aug 8, 2024
@sripwoud sripwoud force-pushed the ci/fix-coveralls branch 2 times, most recently from 682dd0d to 2189a86 Compare August 8, 2024 11:36
@sripwoud sripwoud marked this pull request as ready for review August 8, 2024 11:39
@sripwoud sripwoud requested a review from cedoor as a code owner August 8, 2024 11:39
@sripwoud sripwoud merged commit 4b72870 into main Aug 8, 2024
5 checks passed
@sripwoud sripwoud deleted the ci/fix-coveralls branch August 8, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working devops 🔧 Operations management and dev tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant