Skip to content

Commit 29dfed7

Browse files
committed
Fix: Correct Jacoco report path for SonarCloud coverage
1 parent 516b4b3 commit 29dfed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<sonar.organization>mahdiabirez</sonar.organization>
143143
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
144144
<sonar.projectKey>mahdiabirez_commons-csv</sonar.projectKey>
145-
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
145+
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
146146
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
147147
</properties>
148148
<build>

0 commit comments

Comments
 (0)