Skip to content

Commit

Permalink
jacoco-excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal committed Jun 5, 2024
1 parent 9afb777 commit c5827e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions eperusteet/eperusteet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,15 @@
<format>XML</format>
<format>HTML</format>
</formats>
<excludes>
<exclude>**/config/**/*</exclude>
<exclude>**/domain/**/*</exclude>
<exclude>**/dto/**/*</exclude>
<exclude>**/repository/**/*</exclude>
<exclude>**/hibernate/**/*</exclude>
<exclude>db/migration/**/*</exclude>
<exclude>**/EperusteetApplication.class</exclude>
</excludes>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c5827e8

Please sign in to comment.