File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 177177 </execution >
178178 </executions >
179179 </plugin >
180+ <plugin >
181+ <groupId >org.jacoco</groupId >
182+ <artifactId >jacoco-maven-plugin</artifactId >
183+ <version >0.8.7</version >
184+ <executions >
185+ <execution >
186+ <id >default-prepare-agent</id >
187+ <goals >
188+ <goal >prepare-agent</goal >
189+ </goals >
190+ </execution >
191+ <execution >
192+ <id >default-report</id >
193+ <phase >prepare-package</phase >
194+ <goals >
195+ <goal >report</goal >
196+ </goals >
197+ </execution >
198+ <execution >
199+ <id >default-check</id >
200+ <goals >
201+ <goal >check</goal >
202+ </goals >
203+ <configuration >
204+ <rules >
205+ <rule >
206+ <element >BUNDLE</element >
207+ <limits >
208+ <limit >
209+ <counter >COMPLEXITY</counter >
210+ <value >COVEREDRATIO</value >
211+ <minimum >0.60</minimum >
212+ </limit >
213+ </limits >
214+ </rule >
215+ </rules >
216+ </configuration >
217+ </execution >
218+ </executions >
219+ </plugin >
180220 </plugins >
181221 </build >
182222
You can’t perform that action at this time.
0 commit comments