Hi! We have instrumented cobertura to run under our build process.
It seems to work well, but only really addresses unit tests. We have
packaged our unit tests with the production code in the standard maven
layout of:
production code -> {module}/src/main
test code -> {module}/src/test
Cobertura can then generate a report. We also however have
integration tests which are built and run using an entirely separate
maven pom.
It is nice to know the line/branch coverage of the unit tests, but we
would also like to know about the line/branch coverage of the
integration tests. Is there some what to point cobertura at the test
artifact and ask it to instrument coverage of all the production code
packages?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---