Skip to content

chore: fix coverage report paths#669

Merged
RonnyPfannschmidt merged 2 commits intopytest-dev:mainfrom
mschoettle:fix-coverage-combine
Apr 29, 2026
Merged

chore: fix coverage report paths#669
RonnyPfannschmidt merged 2 commits intopytest-dev:mainfrom
mschoettle:fix-coverage-combine

Conversation

@mschoettle
Copy link
Copy Markdown
Contributor

@mschoettle mschoettle commented Apr 29, 2026

Noticed when working on #668 that the coverage report shows missing coverage when it is indeed covered.

Did some troubleshooting and found out that the files are shown inside .tox (see: https://github.com/pytest-dev/pluggy/actions/runs/25109365911/job/73578995307?pr=668#step:7:45).

coverage combine is required to rewrite the paths.

As a result, there are probably a few # pragma: no cover that can be removed.

@mschoettle mschoettle marked this pull request as ready for review April 29, 2026 13:09
@RonnyPfannschmidt RonnyPfannschmidt merged commit 2c1fd62 into pytest-dev:main Apr 29, 2026
19 checks passed
@RonnyPfannschmidt
Copy link
Copy Markdown
Member

thanks

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