gradle + scalatest + sonar + scoverage is almost all working, except the test result (result-results/*.xml) are not reported at in sonar. Anyone know why and how to fix it?
Thanks
Rene,
I am using the official gradle plugin from Sonarqube (5.1.2). I do manually configure the sonar.surefire.reportsPath or sonar.junit.reportsPath properties in build.
I created on github a gradle project to demonstrate this. (explained in issue in the readme there)