Skip to content

hypertrace/hypertrace-gradle-jacoco-report-plugin

Repository files navigation

Hypertrace Jacoco Report Plugin

org.hypertrace.jacoco-report-plugin

Purpose

This plugin configures the jacoco report task for each test task in the project to be enabled and depend on its corresponding test task. It is used in addition to the jacoco plugin.

If the respective report task is not present, then it also takes care of creating and configuring it.s

Usages

Add the following snippet to the project's build.gradle.kts

plugins {
  jacoco
  id("org.hypertrace.jacoco-report-plugin") version "<version>"
}

About

A gradle plugin for easier generation of jacoco reports

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages