APP
TEST
Aggregated
Testing Gradle 7.4 Test and JaCoCo report aggregation
Clone this repo:
git clone https://github.com/eduellery/report-aggregation.gitClean and build all modules:
./gradlew clean buildAfter building the entire project, reports can be found on build folder for each module (app, test), with report containing their aggregated values.
Pipeline is building and running tests on app and test modules. Code coverage badges for each module are displayed.
It is also displayed the aggregated coverage from report module.