We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
detail mode is gone, this was testing that. from what i see there is still lacking on server side to display at least the test names. from the java plugin they use this still: https://github.com/SonarSource/sonar-java/blob/master/java-surefire/src/main/java/org/sonar/plugins/surefire/SurefireJavaParser.java#L157
however if i look at the https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/test/MutableTestPlan.java#L23 its seems to be going away.
So likely test metrics will become only numbers and no details.
The text was updated successfully, but these errors were encountered:
Hi @jmecosta
Could you tell mo more about this detail mode, or provide a link where it is explained? Should I turn it off somewhere then?
Thank you very much!
Sorry, something went wrong.
@MattSom this feature is no longer available in 5.6. we just keep this open to see if it comes back in later versions. the doc for pre 5.6 is here https://github.com/SonarOpenCommunity/sonar-cxx/wiki/Get-test-execution-metrics
The setting sonar.cxx.xunit.provideDetails is no longer supported:
sonar.cxx.xunit.provideDetails
guwirth
No branches or pull requests
detail mode is gone, this was testing that. from what i see there is still lacking on server side to display at least the test names. from the java plugin they use this still: https://github.com/SonarSource/sonar-java/blob/master/java-surefire/src/main/java/org/sonar/plugins/surefire/SurefireJavaParser.java#L157
however if i look at the https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/test/MutableTestPlan.java#L23 its seems to be going away.
So likely test metrics will become only numbers and no details.
The text was updated successfully, but these errors were encountered: