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

Fix cobertura number of hits to detect multiple digit executions #27

Merged
merged 2 commits into from
May 18, 2024

Conversation

MatthewTHFisher
Copy link
Collaborator

@MatthewTHFisher MatthewTHFisher commented May 15, 2024

Fixes #26

Adjusts the CoverageConverter's regex pattern to support lines that have been executed more than 9 times.

Copy link
Owner

@a7ex a7ex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the collaboration. Very much appreciated

@a7ex a7ex merged commit 579419a into a7ex:main May 18, 2024
1 check passed
@MatthewTHFisher
Copy link
Collaborator Author

Happy to help! Will keep my eyes out for the next release 👀

@a7ex
Copy link
Owner

a7ex commented May 18, 2024

Stay tuned, just going through the changes. The --json for the xclv tool didn't exist, when I wrote the tool. Therefore the initial purpose of this tool is gone.
However I added a few more things like parsing the test results for sonar, which still make it valuable for me.
I will now look into the changes and merge it and also make the same changes to the sonar coverage class and release a new version later today.

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.

Cobertura Coverage Reports Incorrect Number of Hits
2 participants