coveralls-maven-plugin icon indicating copy to clipboard operation
coveralls-maven-plugin copied to clipboard

Multimodule question

Open avurro opened this issue 10 years ago • 1 comments

I have two modules, one that contains tests for itself and another that contains tests for the first one, there is the possibility to combine these tests to obtain a real coverage number ?

avurro avatar May 06 '15 20:05 avurro

With Cobertura this should be possible (and also possible with JaCoCo, but requires a lot more effort). You should run Cobertura in aggregate mode and it will generate an aggregated coverage report for your modules in the parent project which will be submitted by this plugin.

trautonen avatar Jul 05 '15 11:07 trautonen