Skip to content

Commit

Permalink
will this fix sonarcloud code coverage? (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanoy authored Apr 22, 2022
1 parent adc0c06 commit 37089ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<sonar.projectKey>rht-labs_open-management-portal-backend</sonar.projectKey>
<sonar.organization>rht-labs</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.jacoco.reportPath>target/jacoco.exec</sonar.jacoco.reportPath>
<sonar.coverage.jacoco.xmlReportPaths>./target/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<jacoco.version>0.8.7</jacoco.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 37089ce

Please sign in to comment.