coveralls-maven-plugin
coveralls-maven-plugin copied to clipboard
Multimodule question
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 ?
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.