How to exclude classes and packages using EclEmma plugin in eclipse

前提是你 提交于 2019-12-04 06:04:25

问题


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 Preferences->Code Coverage , in Excludes section if i give some class files , but still it doesn't get excluded in the code coverage report.

Any help will be appreciated.


回答1:


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).



来源:https://stackoverflow.com/questions/41560915/how-to-exclude-classes-and-packages-using-eclemma-plugin-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!