How to exclude classes and packages using EclEmma plugin in eclipse

前端 未结 1 518
温柔的废话
温柔的废话 2021-01-26 17:36

I have four projects for which i want to skip the code coverage of some classes and packages in some projects, i am using EclEmma plugin in eclipse.

I checked in Prefere

相关标签:
1条回答
  • 2021-01-26 17:59

    Unfortunately currently EclEmma does not support exclusions from the report as stated in https://github.com/jacoco/eclemma/issues/84 (where by the way you received the same answer).

    0 讨论(0)
提交回复
热议问题