File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 213213 <!-- <autoPublish>true</autoPublish> -->
214214 </configuration >
215215 </plugin >
216+ <plugin >
217+ <groupId >org.jacoco</groupId >
218+ <artifactId >jacoco-maven-plugin</artifactId >
219+ <version >0.8.14</version >
220+ <executions >
221+ <execution >
222+ <id >default-prepare-agent</id >
223+ <goals >
224+ <goal >prepare-agent</goal >
225+ </goals >
226+ </execution >
227+ <execution >
228+ <id >default-report</id >
229+ <goals >
230+ <goal >report</goal >
231+ </goals >
232+ </execution >
233+ <execution >
234+ <id >default-check</id >
235+ <goals >
236+ <goal >check</goal >
237+ </goals >
238+ <configuration >
239+ <rules >
240+ <rule >
241+ <element >BUNDLE</element >
242+ <limits >
243+ <limit >
244+ <counter >COMPLEXITY</counter >
245+ <value >COVEREDRATIO</value >
246+ <minimum >0.60</minimum >
247+ </limit >
248+ </limits >
249+ </rule >
250+ </rules >
251+ </configuration >
252+ </execution >
253+ </executions >
254+ </plugin >
216255 </plugins >
217256 </build >
218257
You can’t perform that action at this time.
0 commit comments