Top "Jacoco" questions

JaCoCo a coverage analysis tool.

How to exclude a class from Jacoco coverage?

I want to use Jacoco in a way so that it excludes a Sample.java class from the overall coverage. …

maven jenkins jacoco cobertura jacoco-maven-plugin
Gradle : How to generate coverage report for Integration test using jacoco

I am new to gradle. I am using the below code. But it generates coverage for unit test cases. But …

java gradle jacoco
Jacoco and Unit Tests Code Coverage with android-gradle-plugin >= 1.1

I recently started integrating android-gradle-plugin 1.1.0 in one of my projects. The project uses robolectric 2.4 to run unit tests. It's a …

android unit-testing android-gradle-plugin jacoco
Trouble configuring JaCoCo in maven

I am trying to do a simple JaCoCo report through Maven and I keep getting the same error. Here is …

java maven jacoco jacoco-maven-plugin
Property 'sonar.jacoco.reportPath' is deprecated. Please use 'sonar.jacoco.reportPaths' instead

Property 'sonar.jacoco.reportPath' is deprecated. Please use 'sonar.jacoco.reportPaths' instead. I keep getting this message when running SonarQube …

java gradle sonarqube jacoco
Exclude Setters and Getters in JaCoCo Code Coverage

With the cobertura-maven-plugin setters and getters can be excluded from code coverage using the ignoreTrivial option. Is there also such …

code-coverage setter getter jacoco jacoco-maven-plugin
jacoco's prepare-agent not generating jacoco.exec file

I am running Jacoco's Maven plugin. The prepare-agent goal runs fine, but does not generate jacoco.exec file for some …

maven jacoco
JaCoCo Can't add different class with same name: org/hamcrest/BaseDescription

Hi I'm hitting the following exception when running a JaCoCo coverage: <plugin> <groupId>org.jacoco</…

jacoco
Running code coverage with Cobertura and Jacoco

I have a bit of a problem getting code coverage reports for both Integration Tests and Unit Tests in Sonar …

maven sonarqube cobertura jacoco
Sonar does not pick up Unit Tests Results even thought Code Coverage is generated

I am running SonarQuebe 6.2 on my local machine, I have Spring Boot Java 8 project with written unit tests that I …

maven sonarqube jacoco jacoco-maven-plugin