Top "Jacoco" questions

JaCoCo a coverage analysis tool.

What is the difference between jacoco branch coverage and Sonar condition coverage?

I'm trying to analyze java code with the SonarQube Scanner (version 3.1.0.1141). SonarQube version : 5.6.6 Sonar Java plugin version : 4.12.0.11033 jacoco version : 0.8.0 I …

java sonarqube code-coverage jacoco sonarqube-scan
Tomcat7 Maven Plugin and JaCoCo

Is there any way to get code coverage using JaCoCo with the tomcat7-maven-plugin embedded instance? The jacoco-maven-plugin is configured …

java maven tomcat jacoco
jacocoTestReport task not being generated

Android Studio 3.1 Canary 8 Build #AI-173.4529993, built on January 6, 2018 JRE: 1.8.0_152-release-1024-b01 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.…

android unit-testing gradle code-coverage jacoco
Code coverage in Android Studio

I have added testCoverageEnabled=true in my build.gradle file in order to start getting some code coverage reports. Running …

android-studio code-coverage android-gradle-plugin jacoco eclemma
How to skip jacoco coverage check during build?

In our project we use jacoco-maven-plugin and during the build I get this error: [ERROR] Failed to execute goal org.…

maven jacoco skip jacoco-maven-plugin
How do I make Jenkins, Sonar and the JaCoCo plugin work together for Eclipse Tycho Plugin Projects (or maybe Cobertura)?

my setup is: Jenkins 1.448 Sonar 2.13 Jenkins Sonar Plugin 1.72 a MySql database for Sonar I have the following project: Eclipse Plugin …

jenkins sonarqube cobertura tycho jacoco
Jacoco converting coverage.ec to reports without coverage.em

I was able to get the code coverage report by following the steps below, Enable coverage on the build type …

android android-studio android-gradle-plugin jacoco emma
How to specify output format for jacoco plugin for maven?

I have a maven project with jacoco plugin, which generates reports in different formats, such as html, csv and xml. …

maven code-coverage jacoco jacoco-maven-plugin
How to get test coverage or ignore by Jacoco for Kotlin data classes

Jacoco shows 0% coverage for Kotlin's data classes. How to configure it to measure coverage or ignore data classes at all?

unit-testing kotlin jacoco test-coverage
JaCoCo returning 0% Coverage with Kotlin and Android 3.0

I am trying to check my code coverage for a test case that I wrote in Kotlin. When I execute ./…

android kotlin code-coverage jacoco