This is a sample project to showcase how to generate a Test Coverage Report using Jacoco library for multi-module android project with mixture of Android and pure Java/Kotlin modules.
TestCoverageDemo
├ app - Ui code and app entry point
├ data - Storage, Network, Etc.
├ device - Different non-ui platform dependent stuff
└ domain - Business logic. No Android dependencies
Check out a full Article on Medium