File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments