Skip to content

Commit

Permalink
add jacoco path report
Browse files Browse the repository at this point in the history
  • Loading branch information
melazaar committed Dec 5, 2024
1 parent 84315fa commit f62ec9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<sonar.organization>antaressimulatorteam</sonar.organization>
<sonar.projectKey>AntaresSimulatorTeam_antares-datamanager-back</sonar.projectKey>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.jacoco.xmlReportPaths>
../antares-datamanager-back/target/site/jacoco/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit f62ec9e

Please sign in to comment.