Top "Jacoco" questions

JaCoCo a coverage analysis tool.

How do I get a jacoco coverage report using Android gradle plugin 0.10.0 or higher?

I'm trying to get a test coverage report using Gradle Android plugin 0.10.2. But I still can't get a coverage report …

android unit-testing gradle android-gradle-plugin jacoco
Sonarqube is not showing code coverage after running

I'm running sonarqube with maven. I have installed it using following way. Using brew, I installed mysql and sonar. When …

maven intellij-idea sonarqube jacoco sonarqube-scan
Jacoco Code Coverage in android studio

I am trying to generate Jacoco code coverage report. I have used AndroidTestCase for my test classes. I have found …

android android-studio jacoco test-coverage
Testng, Emma, Cobertura, coverage and JDK 7 result in ClassFormatError and VerifyError

I have switched to the newest JDK 7 and I am having problems with running testng unit test on byte code …

code-coverage java-7 cobertura emma jacoco
Exclude folder in jacoco coverage report

In my java project I have generated classes which are inside the same package folder as the other classes. I …

java maven jacoco generated
Unable to get Jacoco to work with Powermockito using offline instrumentation

Given that Jacoco doesn't play nicely with PowerMockito when instrumenting "on the fly", I've been trying to configure offline instrumentation …

java powermock jacoco
Jacoco coverage in Jenkins Pipeline

Can anyone suggest if there is a way to execute Jacoco in a Jenkins Pipeline? I have downloaded the plugin …

jenkins groovy jenkins-plugins jacoco
JaCoCo report generation using maven

I have captured the coverage details in a jacoco.exec file. It is 6Mb in size. I need to generate …

maven jacoco
Code coverage report using gitlab-ci.yml file

I need to see code coverage report for a java maven project in Gitlab. According to this, this and some …

maven gitlab code-coverage gitlab-ci jacoco
How to make Maven unit test code coverage work

In Eclipse, I have used EcLEmma to see the unit test code coverage. Which worked fine. Therefore I have tried …

java maven unit-testing jacoco