Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FFM-5247] Fix Jacoco code coverage report (#124)
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
- Loading branch information