gradle-cobertura-plugin icon indicating copy to clipboard operation
gradle-cobertura-plugin copied to clipboard

Gradle Cobertura Plugin

Results 37 gradle-cobertura-plugin issues
Sort by recently updated
recently updated
newest added

Task 'cobertura' fails with exception, v 4.0.0, gradle v 7.1.1, "GenerateReportTask' property 'reports' annotated with @Internal should not be also annotated with @Nested" : ``` $ ./gradlew cobertura > Task...

**gradle -version** ------------------------------------------------------------ Gradle 7.0.1 ------------------------------------------------------------ Build time: 2021-05-10 16:08:58 UTC Revision: 67e618faef187783dadd03a34fdab9dc71b85b19 Kotlin: 1.4.31 Groovy: 3.0.7 Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020 JVM: 16.0.1 (Oracle...

Hi, On gradle `7.3.3` with JDK 17, a task is being failed while running `gradle cobertura`. A problem was found with the configuration of task ':generateCoberturaReport' (type 'GenerateReportTask'). - In...

I added cobertura 3.0.0 to an existing Java project and the `cobertura` task ran fine and generated the report files, but there are no packages listed, 0 classes, and all...

Getting dependency plugin error. **GRADLE FILE** _buildscript { repositories { mavenLocal() maven { url "https://repo.grails.org/grails/core" } } dependencies { classpath "org.grails:grails-gradle-plugin:$grailsVersion" classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.11.1" classpath "org.grails.plugins:hibernate5:6.0.2" } } plugins { id...

Unable to instrument file build\instrumented_classes\package\Utilities.class java.lang.RuntimeException at org.objectweb.asm.MethodVisitor.visitParameter(Unknown Source) at org.objectweb.asm.ClassReader.b(Unknown Source) at org.objectweb.asm.ClassReader.accept(Unknown Source) at org.objectweb.asm.ClassReader.accept(Unknown Source) at net.sourceforge.cobertura.instrument.CoberturaInstrumenter.instrumentClass(CoberturaInstrumenter.java:161) at net.sourceforge.cobertura.instrument.CoberturaInstrumenter.instrumentClass(CoberturaInstrumenter.java:129) at net.sourceforge.cobertura.instrument.CoberturaInstrumenter.addInstrumentationToSingleClass(CoberturaInstrumenter.java:243) at net.sourceforge.cobertura.instrument.CodeInstrumentationTask.addInstrumentationToSingleClass(CodeInstrumentationTask.java:299) at net.sourceforge.cobertura.instrument.CodeInstrumentationTask.addInstrumentation(CodeInstrumentationTask.java:308) at net.sourceforge.cobertura.instrument.CodeInstrumentationTask.addInstrumentation(CodeInstrumentationTask.java:317)...

I notice that the plugin (when running cobertura task) will not continue with coverage if the unit tests do not pass. Is there an option to switch this off?

Hi team: Gradle Distribution: Gradle wrapper from target build Gradle Version: 4.5.1 Java Home: C:\Program Files\Java\jdk1.8.0_111 JVM Arguments: None Program Arguments: None Build Scans Enabled: false Offline Mode Enabled: false...