Skip to content

Commit ecc3e06

Browse files
committed
jacoco fix
1 parent 6134fe7 commit ecc3e06

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -203,28 +203,6 @@
203203
<groupId>org.jacoco</groupId>
204204
<artifactId>jacoco-maven-plugin</artifactId>
205205
<version>0.8.11</version>
206-
<configuration>
207-
<includes>
208-
<!-- Only include service package -->
209-
<include>com/example/lostnfound/service/**/*</include>
210-
</includes>
211-
<excludes>
212-
<!-- Exclude everything else -->
213-
<exclude>com/example/lostnfound/config/**/*</exclude>
214-
<exclude>com/example/lostnfound/model/**/*</exclude>
215-
<exclude>com/example/lostnfound/repository/**/*</exclude>
216-
<exclude>com/example/lostnfound/controller/**/*</exclude>
217-
<exclude>com/example/lostnfound/dto/**/*</exclude>
218-
<exclude>com/example/lostnfound/enums/**/*</exclude>
219-
<exclude>com/example/lostnfound/exception/**/*</exclude>
220-
<exclude>com/example/lostnfound/faker/**/*</exclude>
221-
<exclude>com/example/lostnfound/util/**/*</exclude>
222-
<exclude>com/example/lostnfound/mailing/**/*</exclude>
223-
<exclude>com/example/lostnfound/LostnFoundApplication.class</exclude>
224-
<exclude>**/*Test.*</exclude>
225-
<exclude>**/test/**/*</exclude>
226-
</excludes>
227-
</configuration>
228206
<executions>
229207
<execution>
230208
<id>prepare-agent</id>
@@ -234,7 +212,7 @@
234212
</execution>
235213
<execution>
236214
<id>report</id>
237-
<phase>prepare-package</phase>
215+
<phase>test</phase>
238216
<goals>
239217
<goal>report</goal>
240218
</goals>

0 commit comments

Comments
 (0)