This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch RATIS-1988 in repository https://gitbox.apache.org/repos/asf/ratis.git
commit 3b58d32cc6884ae9b7d6fc7dd62e4b8af1eb72d6 Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Jan 1 12:06:57 2024 +0100 RATIS-1988. Provide Jacoco report to Sonar --- dev-support/checks/sonar.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-support/checks/sonar.sh b/dev-support/checks/sonar.sh index 59782a09a..911c513f2 100755 --- a/dev-support/checks/sonar.sh +++ b/dev-support/checks/sonar.sh @@ -25,4 +25,5 @@ fi ${MVN} -B verify -DskipShade -DskipTests --no-transfer-progress \ org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar \ + -Dsonar.coverage.jacoco.xmlReportPaths="${DIR}/target/coverage/all.xml" \ -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache-ratis
