Top "Jacoco" questions

JaCoCo a coverage analysis tool.

what does jacoco yellow line mean

I am trying to measure my code coverage using jacoco, but I dont understand the meaning of the yellow lines. …

java jacoco
JaCoCo report fails in Jenkins: java.lang.ArrayIndexOutOfBoundsException

I have been using JaCoCo locally with no problem. When running a Jenkins job on a remote server, the job …

java jenkins code-coverage jacoco emma
Jacoco Android createDebugCoverageReport not found

I want to run my tests in Android app and create coverage reports, so I added Jacoco configuration into my …

android gradle jacoco
Coverage view shows 0.0% in Intellij when using Jacoco

As discussed in Open JaCoCo report in Intellij IDEA, when I gather code coverage statistics using Jacoco (rather than native …

java intellij-idea code-coverage jacoco
How to report Jacoco Groovy code coverage to Sonar using new Gradle SonarQube plugin?

I've a multi-module Groovy project using Gradle. I applied jacoco, sonarqube plugins. I was able to Find build/jacoco/test.…

gradle groovy sonarqube jacoco sonarqube-scan