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 incorrect tests count for JUnit XML. #9873

Conversation

fniessink
Copy link
Member

The 'tests' metric with JUnit XML files as source would report incorrect results if the JUnit XML files contain test case names that are not unique across test suites.

Fixes #9872.

The 'tests' metric with JUnit XML files as source would report incorrect results if the JUnit XML files contain test case names that are not unique across test suites.

Fixes #9872.
Copy link

sonarcloud bot commented Sep 26, 2024

@fniessink fniessink merged commit b9e11dd into master Sep 27, 2024
33 checks passed
@fniessink fniessink deleted the 9872-incorrect-test-counts-when-junit-xml-test-case-names-are-not-unique branch September 27, 2024 11:26
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.

Incorrect test counts when JUnit XML test case names are not unique
2 participants