我真的想从我的报告 ,并有麻烦删除一些软件包 。
可能有人给我一些帮助吗?
我在我的蚂蚁过程中使用EMMA。
<!-- Generate the emma report both in xml and html -->
<emma>
<report
sourcepath="${build.report.src}"
metrics="class:${coverage.classes.min},method:${coverage.methods.min}"> <fileset dir="${build.report.junit.data.dir}">
<include name="*.emma"/>
</fileset>
<html outfile="${build.report.reports}/emma/raw.html" depth="method"/>
<xml outfile="${build.report.tmp}/emma.xml" depth="method"/>
</report>
</emma>
I`ve试图用:
<filter excludes="com.my.package.*"/>
但没有成功:(