super-jacoco
super-jacoco copied to clipboard
请问现在可以只包含/排除某些包和类么
trafficstars
就是jacocoant里面的includes和excludes
这个在启动被测服务的时候可以自己添加
这个是在什么地方添加excludes呢?
请看https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html 可以通过 -Dtest= 指定多个, 代码中 DiffMethodsCalculator.executeDiffMethods 可以自己格式化出来想要的类名,扔到CoverageReportEntity中给unitTester.executeUnitTest用即可