Skip to content

Commit

Permalink
Merge pull request #309 from azarouski/sonar-jacoco
Browse files Browse the repository at this point in the history
sonar.jacoco.reportPaths was removed from goals
  • Loading branch information
vdelendik authored Jun 7, 2023
2 parents a3c7f23 + 5e8ee06 commit d0391cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class SonarClient extends HttpClient {
-Dsonar.host.url=${this.serviceUrl} \
-Dsonar.login=${this.token} \
-Dsonar.log.level=${this.logger.pipelineLogLevel} \
-Dsonar.jacoco.reportPaths=target/site/jacoco/jacoco.xml \
-Dsonar.junit.reportPaths=target/surefire-reports "

if (isPullRequest) {
Expand Down

0 comments on commit d0391cd

Please sign in to comment.