Repository to go along with the How To Test Code Coverage Using SonarQube and Jacoco article at tomgregory.com.
- Docker
./gradlew dockerComposeUp
This will run SonarQube at locahost:9000.
./gradlew sonarqube
docker-compose down
(unfortunately the Palantir Gradle plugin doesn't provide a dockerComposeDown task so we have to run the docker-compose command directly)