Is it possible to have cobertura reports for integration tests?

2008-08-29 Thread Carlos Alonso
Hi all

I have a bi-module project, the first module is the project itself and
the second one is the integration-tests. I have cobertura reports for
unit tests execution, but, is there any way to have cobertura reports
for integration tests execution?

Thanks in advance.
Carlos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Is it possible to have cobertura reports for integration tests?

2008-08-29 Thread Thomas Lutz
I am facing a similar problem. Had no time to attack it now, but as far 
as some googling told me, it's a bit of a problem with maven  
cobertura, better is emma  maven, because it's easier to both switch 
instrumentation on in emma and merge the result files of the integration 
tests with the unit tests afterwards.


cheers,
tom

Carlos Alonso schrieb:

Hi all

I have a bi-module project, the first module is the project itself and
the second one is the integration-tests. I have cobertura reports for
unit tests execution, but, is there any way to have cobertura reports
for integration tests execution?

Thanks in advance.
Carlos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Is it possible to have cobertura reports for integration tests?

2008-08-29 Thread Fabricio Lemos
Coincidentally I was looking for it right now, but did not found anything
interesting.

Anyone can help on this?

thanks in advance,
Fabrício Lemos

On Fri, Aug 29, 2008 at 8:18 AM, Carlos Alonso [EMAIL PROTECTED] wrote:

 Hi all

 I have a bi-module project, the first module is the project itself and
 the second one is the integration-tests. I have cobertura reports for
 unit tests execution, but, is there any way to have cobertura reports
 for integration tests execution?

 Thanks in advance.
 Carlos

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]