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 cf30a02 commit a6b61bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
<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>
./target/site/
jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit a6b61bb

Please sign in to comment.