"Vishal Pahwa" <[EMAIL PROTECTED]> writes: > Hi > > at the moment we use Quick Test Pro by Mercury to perform our > automated/regession testing as well as we are using maven2.0.6. > > We now have need to include Code Coverage for these tests. We need know > know how many lines of actual code are been hit while these tests are > been run over night. So could anyone tell me which maven plugin would > fulfill the requirement . > Regards > Vishal
You could use cobertura which is open-source, based on jcoverage: http://mojo.codehaus.org/cobertura-maven-plugin/ Or you could use clover which is not open-source: http://www.atlassian.com/software/clover/ Best regards, -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
