Skip to content

Commit

Permalink
Change jacoco properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-podolskiy90 committed Mar 5, 2024
1 parent 7709c50 commit 39fd89b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@
<reflections.version>0.9.10</reflections.version>
<validation-api.version>2.0.1.Final</validation-api.version>

<!-- Sonar -->
<!-- Sonar and JaCoCo -->
<sonar.projectName>GBIF Postal service</sonar.projectName>
<coverage.dir>${project.basedir}/target/coverage</coverage.dir>
<coverage.report.it.dir>${project.basedir}/target/site/jacoco-it</coverage.report.it.dir>
<coverage.report.ut.dir>${project.basedir}/target/site/jacoco-ut</coverage.report.ut.dir>
<jacoco.it.output.file>${coverage.dir}/jacoco-it.exec</jacoco.it.output.file>
<jacoco.ut.output.file>${coverage.dir}/jacoco-ut.exec</jacoco.ut.output.file>
<jacoco.merged.output.file>${coverage.dir}/jacoco.exec</jacoco.merged.output.file>
</properties>

<repositories>
Expand Down

0 comments on commit 39fd89b

Please sign in to comment.