Skip to content

Instantly share code, notes, and snippets.

View shubhendras11's full-sized avatar

Shubhendra Singh shubhendras11

View GitHub Profile
@shubhendras11
shubhendras11 / android_multi_module_project_code_coverage_report.md
Last active March 27, 2026 18:50
JaCoCo Code Coverage Report for Multi-Module Android Project

JaCoCo Code Coverage Report for Multi-Module Android Project

This guide explains how to set up and generate a complete code coverage report for a multi-module Android project using JaCoCo. It includes both unit and instrumented tests.

Steps to Implement JaCoCo in Your Project

1. Apply JaCoCo Plugin in All Modules

To begin, apply the JaCoCo plugin in all modules of your project (including the root module)