You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What
Fix the Jacoco code coverage plugin to correctly generate coverage reports. Surefire plugin will stomp over the command line arguments needed by Jacoco and they need to be preserved with some additional configuration.
Why
We want to be able to generate Jacoco code coverage reports so that downstream pipelines can consume coverage information for better reporting
Testing
Confirmed target/jacoco.exec and ./target/site/jacoco/index.html exists after building via cmd line
0 commit comments