Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.21 KB

APP

Unit Coverage Unit Branches

TEST

Component Coverage Component Branches

Aggregated

Aggregated Coverage Aggregated Branches

Test/JaCoco Report Aggregation

Testing Gradle 7.4 Test and JaCoCo report aggregation

Gradle 7.4 Release Notes

Quickstart

Clone this repo:

git clone https://github.com/eduellery/report-aggregation.git

Execute

Clean and build all modules:

./gradlew clean build

Test reports

After building the entire project, reports can be found on build folder for each module (app, test), with report containing their aggregated values.

Pipeline

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.