Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 641 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 641 Bytes

TestCoverageDemo

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