stage("Code coverage")
{
steps {
sh "./gradlew jacocoTestReport"
publishHTML (target: [reportDir: 'build/reports/jacoco/test/html', reportFiles: 'index.html',reportName: "JaCoCo Report"])
sh "./gradlew jacocoTestCoverageVerification"
}
}
Latest posts by Rajesh Kumar (see all)
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024
- Top Global Medical Tourism Companies in the World - December 20, 2024