Excluding some classes from the cobertura report doesn't work

Posted by user357480 on Stack Overflow See other posts from Stack Overflow or by user357480
Published on 2010-06-03T13:21:02Z Indexed on 2010/06/03 13:24 UTC
Read the original article Hit count: 213

Filed under:

I tried to exclude some classes from cobertura as specified in this site

<cobertura-instrument todir="${voldemort.instrumented.dir}" datafile="${cobertura.instrument.file}">
    <classpath refid="tools-classpath" />
                <ignore regex=".*\.xsd" />
                <fileset dir="${voldemort.dist.dir}/classes">
                    <include name="**/*.class" />
                    <exclude name="**/client/protocol/pb/*.class"/>
                    <exclude name="**/server/http/*.class"/>
            </fileset>
        </cobertura-instrument>

but that doesn't work

help me out, pleaseeeeeeeeeeee

© Stack Overflow or respective owner

Excluding some classes from the cobertura report doesn't work

Posted by user357480 on Stack Overflow See other posts from Stack Overflow or by user357480
Published on 2010-06-03T12:51:16Z Indexed on 2010/06/03 12:54 UTC
Read the original article Hit count: 213

Filed under:

I tried to remove some classes from the cobertura report as



But this doesn't work.....

Do I need to change something else too..

Please help me, I am struggling with this for past 1 week....

© Stack Overflow or respective owner

Related posts about cobertura