Sunday, November 14, 2010

Integration test coverage of WAR using cobertura

I've made a fork of codehaus cobertura-maven-plugin which enable the so long waited integration test coverage feature MCOBERTURA-86 until they commit something cool.

http://code.google.com/p/cobertura-it-maven-plugin/

2 comments:

  1. Hi,
    We use ant tasks to run the cobertura. How can we get the integration test coverage enabled for our configuration. I'd appreciate any advise.
    Thanks!

    ReplyDelete
    Replies
    1. Hi, better late than never ;-) I really don't known how to do such thing I've stop using Ant a long time ago as maven is really more powerfull. And the next step will be sbt from scala.

      Delete