Skip to content

Commit

Permalink
Exclude files from jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Dec 7, 2023
1 parent 438e9cf commit 3f4380c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,16 @@
<version>0.8.8</version>
<configuration>
<excludes>
<exclude>ch/puzzle/okr/service/persistence/OverviewPersistenceService*</exclude>
<exclude>ch/puzzle/okr/models/**</exclude>
<exclude>ch/puzzle/okr/dto/**</exclude>
<exclude>ch/puzzle/okr/mapper/**</exclude>
<exclude>**/OkrApplication.*</exclude>
<exclude>ch/puzzle/okr/OkrApplication.*</exclude>
<exclude>ch/puzzle/okr/Constants.java</exclude>
<exclude>ch/puzzle/okr/ErrorKey.java</exclude>
<exclude>ch/puzzle/okr/SecurityConfig.java</exclude>
<exclude>ch/puzzle/okr/SpringCachingConfig.java</exclude>
<exclude>ch/puzzle/okr/OkrErrorAttributes.java</exclude>
<exclude>ch/puzzle/okr/OpenAPI30Configuration.java</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 3f4380c

Please sign in to comment.