Skip to content

Commit 37089ce

Browse files
authored
will this fix sonarcloud code coverage? (#183)
1 parent adc0c06 commit 37089ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<sonar.projectKey>rht-labs_open-management-portal-backend</sonar.projectKey>
2525
<sonar.organization>rht-labs</sonar.organization>
2626
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
27-
<sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>
27+
<sonar.coverage.jacoco.xmlReportPaths>./target/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
2828
<jacoco.version>0.8.7</jacoco.version>
2929
</properties>
3030
<dependencyManagement>

0 commit comments

Comments
 (0)