Exclude Setters and Getters in JaCoCo Code Coverage

前端 未结 3 1334
南笙
南笙 2021-02-13 13:46

With the cobertura-maven-plugin setters and getters can be excluded from code coverage using the ignoreTrivial option. Is there also such a possibility

3条回答
  •  日久生厌
    2021-02-13 14:31

    I recommend to use Cobertura that does not have such limitation and also does not have so many false positive warnings.

提交回复
热议问题