I use maven-antrun-plugin and org.jacoco.ant.ReportTask to parse multiple execution data files, read source codes from multiple projects and then generate a consolidated jacoco report.
But the jacoco report is not presented as expected, the red/green bar showing code coverage is not consistent with the code coverage percentage. I met several misleading situations, such as 1. Some package with instruction coverage < 100% is shown as all green 2. Some package don’t have a bar showing coverage 3. Some package with instruction coverage > 0% is shown as all red Please check the report snapshot. For company security regulations, I took off the package name from the report. Any idea how to make the red/green coverage bar more accurate? Thank you~ <https://lh6.googleusercontent.com/-UmcKfadmS8E/UtR-3qzbJ6I/AAAAAAAAABY/DbjWNVghKyw/s1600/jacoco-error-1.PNG> -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
