Skip to content

Commit

Permalink
chore: exceptions to jococo
Browse files Browse the repository at this point in the history
  • Loading branch information
dariogmori committed Mar 6, 2024
1 parent 1b6bbeb commit 1b3e8fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/lombok.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lombok.addLombokGeneratedAnnotation = true
7 changes: 7 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<configuration>
<excludes>
<exclude>**/quizapi/commons/utils/**</exclude>
<exclude>**/quizapi/commons/exceptions/**</exclude>
<exclude>**/quizapi/auth/jwt/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand Down

0 comments on commit 1b3e8fb

Please sign in to comment.