Skip to content

Commit

Permalink
fix(pom.xml): update jacoco.xmlReportPaths to correct path to improve…
Browse files Browse the repository at this point in the history
… code coverage analysis in SonarQube (#90)
  • Loading branch information
jandroav authored Oct 25, 2023
1 parent f4cbbfc commit 3af9ee4
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 @@ -47,7 +47,7 @@
<sonar.qualitygate.wait>true</sonar.qualitygate.wait>
<sonar.sources>src/main/java</sonar.sources>
<sonar.tests>src/test/java</sonar.tests>
<sonar.coverage.jacoco.xmlReportPaths>target/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<!-- Plugin versions -->
<assertj.version>3.24.2</assertj.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
Expand Down

0 comments on commit 3af9ee4

Please sign in to comment.