Skip to content

Commit

Permalink
Added exclusion of domain folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Dec 22, 2023
1 parent 07d671c commit fb8da7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<configuration>
<excludes>/domain/**, </excludes>
<excludes>**/domain/**</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit fb8da7e

Please sign in to comment.