Top "Jacoco" questions

JaCoCo a coverage analysis tool.

Minimum code coverage threshold in Jacoco Gradle

How can I set the minimum code coverage in Jacoco Gradle? I want the build to fail if it is …

gradle groovy jacoco
JaCoCo with IntelliJ

So this question might not be really specific, but i'm asking it anyway. I'm trying to use JaCoCo with IntelliJ …

java intellij-idea code-coverage jacoco
Running jacocoReport

I'm using Gradle 1.7 and Jacoco plugin. My project uses Java and Scala plugins. When I run gradlew -i clean jacocoTestReport …

java scala gradle jacoco
Getting code coverage of my application using JaCoCo Java agent on Tomcat

I want to measure the code coverage of integration tests using the JaCoCo and Sonar tools. For that, I start …

java tomcat sonarqube jacoco
JaCoCo SonarQube incompatible version 1007

I'm using SonarQube for code quality control and suddenly builds that would otherwise pass can't be analyzed and fails. [INFO] [00:00:03.630] …

sonarqube jacoco
Jacoco Maven multi module project coverage

Seems like there are couple of questions, which are quite old and things changed from Java 8 support of Jacoco. My …

java html report jacoco jacoco-maven-plugin
Sonar Maven Plugin: How do I exclude test source directories?

I have a Maven project with Java sources and Scala test sources. I generate code coverage using Jacoco during the …

sonarqube maven-3 jacoco
How would I add an annotation to exclude a method from a jacoco code coverage report?

I have some code in Java that I want to exclude from code coverage. How would I do this? I …

java gradle junit code-coverage jacoco
Jacoco - "Caused by: java.lang.ClassNotFoundException: org.jacoco.agent.rt.internal_6da5971.Offline"

Trying to get coverage via jacoco using offline instrumentation (can't use on-the-fly instrumentation: due to powermock testcases) for a maven …

maven jacoco maven-surefire-plugin jacoco-maven-plugin
jacoco code coverage report generator showing error : "Classes in bundle 'Code Coverage Report' do no match with execution data"

I am generating jacoco report by using jacoco:report tag. I am getting errors like : [jacoco:report] Classes in bundle …

java ant jacoco