We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc0c06 commit 37089ceCopy full SHA for 37089ce
pom.xml
@@ -24,7 +24,7 @@
24
<sonar.projectKey>rht-labs_open-management-portal-backend</sonar.projectKey>
25
<sonar.organization>rht-labs</sonar.organization>
26
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
27
- <sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>
+ <sonar.coverage.jacoco.xmlReportPaths>./target/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
28
<jacoco.version>0.8.7</jacoco.version>
29
</properties>
30
<dependencyManagement>
0 commit comments