Skip to content

Commit

Permalink
feat:code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sologub committed May 7, 2024
1 parent dcc3371 commit fb822e4
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 @@ -54,7 +54,7 @@
<version.modelmapper>3.2.0</version.modelmapper>
<version.assertj-core>3.25.3</version.assertj-core>
<version.h2>2.2.224</version.h2>
<sonar.coverage.jacoco.xmlReportPaths>./api/target/site/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.jacoco.xmlReportPaths>./api/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit fb822e4

Please sign in to comment.