Skip to content

Commit 43c3a57

Browse files
committed
chore: rename model dir to entity for correct exclution by JaCoCo
1 parent 62c4ce5 commit 43c3a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<configuration>
141141
<excludes>
142142
<exclude>**/SubscriptionServiceApplication.class</exclude>
143-
<exclude>**/model/**</exclude>
143+
<exclude>**/entity/**</exclude>
144144
<exclude>**/dto/**</exclude>
145145
</excludes>
146146
</configuration>

0 commit comments

Comments
 (0)