No unit test success reported to sonar
问题 A gradle build is creating a jacoco report which is picked up by sonar runner. After the sonar results are pushed to the sonar server, unit test coverage is displayed but unit test success is 0 even though all tests are run successfully. Looking at the sonar runner log I see the following items reporting the source and classes locations: 15:52:36.087 INFO - Source dirs: /poc-sonar/src/main/java 15:52:36.087 INFO - Test dirs: /poc-sonar/src/test/java, /Volumes/Disk/Development/poc-sonar/src