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

workflows/poetry: aggregate coverage over all Python versions #116

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

airwoodix
Copy link
Collaborator

@airwoodix airwoodix commented Nov 30, 2023

Summary

The parallel CI jobs across different Python versions cause issues with the coverage report submission (see e.g. this job).

This patch configures the workflow as a parallel build to the Coveralls app. This aggregates the coverage from all jobs to the final coverage value reported e.g. to the badge. This is relevant, since some examples cannot be run on all Python versions (due to the lack of wheels for recent Python versions).

@airwoodix airwoodix self-assigned this Nov 30, 2023
@airwoodix airwoodix force-pushed the coveralls-parallel-build branch from ae10d33 to 0530396 Compare November 30, 2023 13:36
@airwoodix airwoodix marked this pull request as ready for review November 30, 2023 13:53
@airwoodix airwoodix merged commit 81c7dae into master Nov 30, 2023
5 checks passed
@airwoodix airwoodix deleted the coveralls-parallel-build branch November 30, 2023 14:06
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.

2 participants