File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,26 @@ Update the pom.xml with this profile to run jacoco:
404404 <value >COVEREDRATIO</value >
405405 <minimum >${coverage.level}%</minimum >
406406 </limit >
407+ <limit >
408+ <counter >METHOD</counter >
409+ <value >COVEREDRATIO</value >
410+ <minimum >${coverage.level}%</minimum >
411+ </limit >
412+ <limit >
413+ <counter >CLASS</counter >
414+ <value >COVEREDRATIO</value >
415+ <minimum >${coverage.level}%</minimum >
416+ </limit >
417+ <limit >
418+ <counter >INSTRUCTION</counter >
419+ <value >COVEREDRATIO</value >
420+ <minimum >${coverage.level}%</minimum >
421+ </limit >
422+ <limit >
423+ <counter >COMPLEXITY</counter >
424+ <value >COVEREDRATIO</value >
425+ <minimum >${coverage.level}%</minimum >
426+ </limit >
407427 </limits >
408428 </rule >
409429 </rules >
You can’t perform that action at this time.
0 commit comments