I\'m using maven cobertura plugin to report code coverage in my multimodule project.
The problem is that I don\'t know how to generate one report for all modules in
To my knowledge, this is currently not supported, see MCOBERTURA-65. But the issue has a patch attached, maybe try it. But my suggestion would be to use something like Sonar to aggregate metrics.