Add Ubuntu pytest matrix and dedicated coverage CI job with pytest-cov#41
Closed
Copilot wants to merge 4 commits into
Closed
Add Ubuntu pytest matrix and dedicated coverage CI job with pytest-cov#41Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Copilot
AI
changed the title
[WIP] Add CI coverage collection improvements to workflow
Add dedicated coverage CI job with pytest-cov
Jun 10, 2026
Owner
|
@copilot update the coverage step first add a pytest matrix of all currently supported python versions - 3.10 to 3.14 on ubunto only, update the coverage step to use py 3.12, update the github actions to the latest versions |
Contributor
Author
Addressed in
|
Copilot
AI
changed the title
Add dedicated coverage CI job with pytest-cov
Add Ubuntu pytest matrix and dedicated coverage CI job with pytest-cov
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI runs
pytestwithout any coverage tooling — no coverage data is collected. This updates the workflow to add a separate Ubuntu-only pytest matrix for supported Python versions and a dedicated coverage job on Linux x86_64 that produces terminal and XML output, while keeping the existing build/compatibility matrix in place.Changes
pyproject.tomlpytest-cov>=5,<7to the[project.optional-dependencies].testgroup.github/workflows/CI.ymlpytestjob with a Python matrix covering 3.10, 3.11, 3.12, 3.13, and 3.14coveragejob (Ubuntu x86_64, Python 3.12) that:maturin develop --release --extras testpytest --cov=e57 --cov-report=term-missing --cov-report=xmlcoverage.xmlas a workflow artifactlinux/musllinux/windows/macosmatrix jobs intact for build/compatibility coverage