name.remal.coverage-metrics
Owner: Semyon Levin
Plugin that configures test coverage metrics.
https://gitlab.com/remal/gradle-plugins
Sources: https://gitlab.com/remal/gradle-plugins
Version 0.13.0
0.13.0
Created 25 August 2017.
Plugin that configures test coverage metrics.
Add this plugin to your build using the plugins DSL:
plugins {
id("name.remal.coverage-metrics") version "0.13.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.remal:gradle-plugins:0.13.0") } } apply(plugin = "name.remal.coverage-metrics")
- Applying plugins to all subprojects .