Must-share information (formatted with Markdown):
- SonarQube 6.7.6
- Code coverage by unit tests
- mvn sonar:sonar -Dsonar.host.url=http://localhost:9000 -Dsonar.login=…
Sonar shows that my unit tests ran but I get 0.0% code coverage. Is there something more that I need to do to get unit test coverage with Sonar?