File tree 1 file changed +0
-70
lines changed
1 file changed +0
-70
lines changed Original file line number Diff line number Diff line change 303
303
304
304
<build >
305
305
<plugins >
306
- <plugin >
307
- <groupId >org.jacoco</groupId >
308
- <artifactId >jacoco-maven-plugin</artifactId >
309
- <executions >
310
- <execution >
311
- <id >prepare-agent</id >
312
- <goals >
313
- <goal >prepare-agent</goal >
314
- </goals >
315
- </execution >
316
- <execution >
317
- <id >prepare-agent-it</id >
318
- <goals >
319
- <goal >prepare-agent-integration</goal >
320
- </goals >
321
- </execution >
322
- <execution >
323
- <id >check</id >
324
- <goals >
325
- <goal >check</goal >
326
- </goals >
327
- <configuration >
328
- <rules >
329
- <rule >
330
- <element >BUNDLE</element >
331
- <limits >
332
- <limit >
333
- <counter >INSTRUCTION</counter >
334
- <value >COVEREDRATIO</value >
335
- <minimum >0.70</minimum >
336
- </limit >
337
- <limit >
338
- <counter >BRANCH</counter >
339
- <value >COVEREDRATIO</value >
340
- <minimum >0.50</minimum >
341
- </limit >
342
- <limit >
343
- <counter >COMPLEXITY</counter >
344
- <value >COVEREDRATIO</value >
345
- <minimum >0.50</minimum >
346
- </limit >
347
- <limit >
348
- <counter >LINE</counter >
349
- <value >COVEREDRATIO</value >
350
- <minimum >0.50</minimum >
351
- </limit >
352
- <limit >
353
- <counter >METHOD</counter >
354
- <value >COVEREDRATIO</value >
355
- <minimum >0.80</minimum >
356
- </limit >
357
- <limit >
358
- <counter >CLASS</counter >
359
- <value >COVEREDRATIO</value >
360
- <minimum >0.80</minimum >
361
- </limit >
362
- </limits >
363
- </rule >
364
- </rules >
365
- </configuration >
366
- </execution >
367
- <execution >
368
- <id >report</id >
369
- <phase >test</phase >
370
- <goals >
371
- <goal >report</goal >
372
- </goals >
373
- </execution >
374
- </executions >
375
- </plugin >
376
306
<plugin >
377
307
<groupId >org.apache.maven.plugins</groupId >
378
308
<artifactId >maven-failsafe-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments