ranger
ranger copied to clipboard
RANGER-5229: CI - Generate Code Coverage Report with JaCoCo
What changes were proposed in this pull request?
Integrate code coverage with JaCoCo in CI
- Merge all
jacoco.execfiles generated as part of JDK8 build into a single.execfile. - Run report generation and upload artifacts (HTML) for consumption
How was this patch tested?
- Tested changes in
coverage.shlocally. - CI passed
Adding @adoroszlai, could you please review, thanks.