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

cannot parse Jacoco XML file #107

Closed
ramsey-coding opened this issue Jun 26, 2024 · 4 comments
Closed

cannot parse Jacoco XML file #107

ramsey-coding opened this issue Jun 26, 2024 · 4 comments
Assignees

Comments

@ramsey-coding
Copy link

The given code cannot even parse the Jacoco XML file

@EmbeddedDevops1
Copy link
Collaborator

If you look at our nightly integration test file you'll notice that we currently only support CSV Jacoco file outputs (as @davidparry graciously contributed the coverage support and sample project to the repo).

If you could open up a PR and add support for XML parsing that would be amazing. Thanks!

@davidparry
Copy link
Contributor

What is the intent for the xml parsing?

@EmbeddedDevops1
Copy link
Collaborator

@davidparry I suppose because people may specifically want an XML output versus CSV? @ramsey-coding can you weigh in on this?

@EmbeddedDevops1 EmbeddedDevops1 self-assigned this Jul 11, 2024
@EmbeddedDevops1
Copy link
Collaborator

Going to close out this issue. Feel free to open it back up if you want to open up a PR with XML parsing support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants