Re: Using Cargo and Cobertura to get in container code coverage

2006-11-16 Thread Adam Hardy
jp4 wrote: I have been using cargo to deploy my application and run integration tests against the application in container. Now I would like to have cargo deploy a war file that contains classes instrumented by cobertura. In addition, I would like to be able to merge the results of the unit

Using Cargo and Cobertura to get in container code coverage

2006-11-15 Thread jp4
I have been using cargo to deploy my application and run integration tests against the application in container. Now I would like to have cargo deploy a war file that contains classes instrumented by cobertura. In addition, I would like to be able to merge the results of the unit and