super-jacoco icon indicating copy to clipboard operation
super-jacoco copied to clipboard

请问现在可以只包含/排除某些包和类么

Open zlp19860220 opened this issue 3 years ago • 3 comments
trafficstars

就是jacocoant里面的includes和excludes

zlp19860220 avatar Dec 23 '21 09:12 zlp19860220

这个在启动被测服务的时候可以自己添加

xiaoyisss avatar Dec 31 '21 07:12 xiaoyisss

这个是在什么地方添加excludes呢?

sgats avatar Sep 30 '22 01:09 sgats

请看https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html 可以通过 -Dtest= 指定多个, 代码中 DiffMethodsCalculator.executeDiffMethods 可以自己格式化出来想要的类名,扔到CoverageReportEntity中给unitTester.executeUnitTest用即可

ilaotan avatar Aug 16 '23 08:08 ilaotan