Just to confirm, you can exclude code with Cobertura, although I don't have an example in front of me. I ran into an identical problem when I first started using it - I wanted to exclude files covered by integration tests from the unit test coverage report.
So the short answer is yes, the tags should and do eliminate the classes, but the trick escapes me at the moment. Kris Bravo Corridor Software, Inc. http://www.corridor-software.us > Thanks Toli - I've tried Cobertrua, but I can't seem to get it to respect > my > <excludes> and <ignores>. Shouldn't use of these tags eliminate the > matching classes from the report? > > For example, if I had: > > <ignores> > <ignore>*</ignore> > </ignore> > > then Cobertura should produce an empty report, right? > > -- Jim > > On 11/9/06, Toli Kuznets <[EMAIL PROTECTED]> wrote: >> >> Jim, >> >> take a look at http://mojo.codehaus.org/cobertura-maven-plugin/ >> >> You can see the example of us configuring it in >> http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/pom.xm >> >> hope this helps. >> >> >> On 11/9/06, Jim Wilson <[EMAIL PROTECTED]> wrote: >> > Dear Community, >> > >> > What M2 plugin do you recommend for code coverage reports? I'm trying >> to >> > avoid paid plugins like Clover and jCoverage. Thanks in advance. >> > >> > -- Jim R. Wilson >> > >> >> >> -- >> Toli Kuznets >> http://www.marketcetera.com: Open-Source Trading Platform >> download.run.trade. >> >> --------------------------------------------------------------------- >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
