Skip to content

Testing Gradle 7.4 Test/JaCoCo report aggregation

License

Notifications You must be signed in to change notification settings

eduellery/report-aggregation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.