Repository to accompany article How To Test Code Coverage Using SonarQube and Jacoco.
- JDK 8+
- Docker
./gradlew composeUp
This will run SonarQube at locahost:9000. The default login is admin/admin, then you will need to set a new password.
Wait for SonarQube to start, then run:
./gradlew sonarqube
./gradlew composeDown
This example runs against the lts version of SonarQube (currently SonarQube 8.9).
Contact me if you need help at tom@tomgregory.com.