Skip to content

Commit

Permalink
fix sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenneaux committed Apr 10, 2024
1 parent 52d863e commit fc18d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>11</maven.compiler.target>
<sonar.organization>nhenneaux</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../target/jacoco.exec</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/../target/jacoco-aggregate</sonar.coverage.jacoco.xmlReportPaths>

<skipRelease>true</skipRelease>
</properties>
Expand Down Expand Up @@ -58,7 +58,7 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<destFile>${sonar.coverage.jacoco.xmlReportPaths}</destFile>
<outputDirectory>${sonar.coverage.jacoco.xmlReportPaths}</outputDirectory>
<append>true</append>
</configuration>
<executions>
Expand Down

0 comments on commit fc18d9a

Please sign in to comment.