In this video you’ll discover how to apply the Jacoco plugin to your project and run a SonarQube scan in order to generate a code coverage report for a Gradle Java project.
Code coverage is a metric that many teams use to check the quality of their tests, as it represents the percentage of production code that is tested.
GITHUB REPOSITORY
Follow along with this article by checking out the accompanying GitHub repository github.com/tkgregory/sonarqube-jacoco-code-coverag…
BLOG POST
Follow along with this video in written blog post format at tomgregory.com/gradle/how-to-measure-code-coverage…
GRADLE PLUGINS
Jacoco Plugin docs docs.gradle.org/current/userguide/jacoco_plugin.ht…
SonarQube Plugin docs docs.sonarqube.org/latest/analysis/scan/sonarscann…
SONARQUBE
General documentation docs.sonarqube.org/latest/
コメント