Registry / testing / gradle-cobertura-plugin

gradle-cobertura-plugin

JSON →
library4.0.0javamavenunverified

A Gradle plugin for running Cobertura coverage reports.

<dependency> <groupId>net.saliman</groupId> <artifactId>gradle-cobertura-plugin</artifactId> <version>4.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GRADLE-COBERTURA-P
G
gradle-cobertura-plugin
testingjavav4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoberturaPlugin
net.saliman.gradle.plugin.cobertura.CoberturaPlugin

Apply the Cobertura plugin and configure coverage formats

plugins { id 'net.saliman.cobertura' version '4.0.0' } cobertura.coverageFormats = ['html', 'xml']
Debug
Known issues
gotchaCobertura is outdated; consider using JaCoCo for modern Gradle projects.
fix
Replace with the JaCoCo plugin (id 'jacoco').
affects: *
Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
gradle-cobertura-plugin — mvn dependency:get gradle-cobertura-plugin · libregistry