Total number of tests are missing in project overview.
Project is a standard java application with maven. Jacoco code coverage analysis works fine, but count of tests are missing.
JUnit report paths are pointing to:
<sonar.junit.reportPaths>target/surefire-reports</sonar.junit.reportPaths>
I already tried absolute paths but that did not help:
<sonar.junit.reportPaths>${project.basedir}/target/surefire-reports</sonar.junit.reportPaths>
Does anybody know the requirements to get this metric work?
Hey there.
As noted in the template post, what version of SonarQube are you using?
And, I would suggest including the logs of your mvn sonar:sonar
run – redacted as neccessary.