Skip to content

SurpSG/jacoco-offline-instrumentation

Repository files navigation

jacoco-offline-instrumentation

A sample project that demonstrates how to use Jacoco offline instrumentation for multimodule gradle project

To generate full coverage report run:

./gradlew clean report

Open HTML report to observe the results

build/reports/jacoco/index.html

Alternative solution

There is Offlins plugin(Alternative JaCoCo Gradle plugin) that works in JaCoCo offline instrumentation mode. The plugin in general do the same things that is shown in this example project but the plugin is well tested, easy using and supports Gradle versions 5.1-7.+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages