trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Multimodule question #71

Open avurro opened 9 years ago

avurro commented 9 years ago

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 ?

trautonen commented 9 years ago

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.