Skip to content

Commit 1316bb9

Browse files
committed
Activating Sonar check again
Local coverage is reported at 79.7%, which still doesn't seem correct given what jacoco reports , which is 92%. But curious to see if this passes against sonar.progress.com.
1 parent b8c8216 commit 1316bb9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Jenkinsfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ pipeline{
6161
docker-compose up -d --build
6262
'''
6363
runtests('JAVA17_HOME_DIR')
64-
// Disabling Sonar scans until we can figure out how to aggregate code coverage data across
65-
// multiple Gradle subprojects. Until then, the Sonar 80% check always fails because it's only picking up
66-
// coverage data from one subproject.
67-
// withSonarQubeEnv('SONAR_Progress') {
68-
// runSonarScan('JAVA17_HOME_DIR')
69-
// }
64+
withSonarQubeEnv('SONAR_Progress') {
65+
runSonarScan('JAVA17_HOME_DIR')
66+
}
7067
}
7168
post{
7269
always{

0 commit comments

Comments
 (0)