I am generating failsafe and surefire reports with maven with the JaCoCo plugin, but I can only manage to get them in separate reports. I would like to have a overall covera
You should take a look into the documentation of JaCoCo Maven plugin which contains a merge goal.