I'm using the Play! Framework with the Cobertura module to get code coverage. This works fine, but unfortunately, the module seems to have no (obvious) option to make branch coverage reports too. How do I enable branch coverage in the Cobertura module? Or in other words, how do you test branch coverage in a Play application?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Branch coverage magically appears in the report now, maybe it was there all the time and I just didn't see it. My bad. |
|||
|
|