Skip to content

Support py.test's coverage.xml format. #1340

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jasongilanfarr
Copy link
Contributor

Add support for parsing py.test's coverage.xml format. Note that this does not include function coverage but does include line and branch coverage.

Note: I also renamed JacocoXml to simply Xml as I'm also going to open a PR to add scoverage.xml support (scala's scoverage)

jasongilanfarr and others added 2 commits April 29, 2025 18:33
Add support for parsing py.test's coverage.xml format. Note that this
does not include function coverage but does include line and branch
coverage.
@marco-c
Copy link
Collaborator

marco-c commented May 15, 2025

It looks like there are some formatting issues, could you fix them?

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