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

The plugin doesn't seem to be working with newer versions of Kotlin, in specific version 1.3.20. I'm using Gradle 5.1.1 and the Kotlin DSL. When executing ```gradle clean cobertura build```...

I have the same gradle version installed on my windows 7 machine as the wrapper (gradle 4.9). I can generate coverage reports for a small grails 3.3.6 project using the...

Please, include sample configuration, including the most common use cases, in the Usage document.

Hi, although instrumentation and coverage seems to function fine, I always seems yo get this issue as it runs java.lang.NoClassDefFoundError: org/springframework/web/WebApplicationInitializer at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)...

Hi there, Currently I'm using this awesome cobertura plugin, in the coverage results I have the lombok annotation @EqualsAndHashCode marked as un covered. I have my cobertura task configured like...

Hi We just got migrated to Gradle 3 and Java 1.8. The cobertura-plugin ( **net.saliman:gradle-cobertura-plugin:2.3.2** ) that we declare in build.gradle file isn't behaving as expected. But when I change...

Although I think the coverage.xml is created, the build tends to exit with an error if some tests fail, causing Jenkins to not publish the report. Is there any way...

Hi, First of all, thank you for developing this great plugin. I’m using this plugin in some of my projects, but when I apply this to my Gradle plugin project,...

Hi, I'm using version 2.4.0 of the Gradle Cobertura plugin. While attempting to integrate it into my current project, I get this error when running the `cobertura` task: ``` Caused...

I have a gradle spring boot application with unit tests, and functionalTest Test task that starts up the spring boot application by spawning another gradle process to run the bootRun...