Skip to content

Commit

Permalink
exclude generated package from jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariamaaraki authored May 12, 2024
1 parent bf8e61d commit b28cade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
<configuration>
<excludes>
<exclude>**/config/SwaggerConfig.class</exclude>
<exclude>**/generated/*</exclude>
<exclude>**/api/*</exclude>
</excludes>
</configuration>
Expand Down

0 comments on commit b28cade

Please sign in to comment.