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


The following commit(s) were added to refs/heads/RATIS-1988 by this push:
     new f653026af fix dir
f653026af is described below

commit f653026af3b0bddbcae547afde9be832d0ad572e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jan 1 13:01:06 2024 +0100

    fix dir
---
 dev-support/checks/sonar.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/checks/sonar.sh b/dev-support/checks/sonar.sh
index 911c513f2..55a46cfec 100755
--- a/dev-support/checks/sonar.sh
+++ b/dev-support/checks/sonar.sh
@@ -25,5 +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.coverage.jacoco.xmlReportPaths="$(pwd)/target/coverage/all.xml" \
   -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache-ratis

Reply via email to