jacoco icon indicating copy to clipboard operation
jacoco copied to clipboard

:microscope: Java Code Coverage Library

Results 257 jacoco issues
Sort by recently updated
recently updated
newest added

THIS IS A BUG TRACKER ONLY. FOR QUESTIONS PLEASE CHECK FAQ OR USE FORUM: http://www.jacoco.org/jacoco/trunk/doc/faq.html https://groups.google.com/forum/?fromgroups=#!forum/jacoco Please understand that ISSUES WITHOUT FOLLOWING INFORMATION WILL BE CLOSED WITHOUT COMMENTS! Thank you...

type: bug :bug:

### Steps to reproduce * JaCoCo version: 0.8.8 * Operating system: Mac OS * Tool integration: Gradle Kotlin build script, Kotlin 1.6.21 or 1.7.10 * Complete executable reproducer: [jacococoveragebug](https://github.com/frayneposset/jacococoveragebug) *...

type: bug :bug:
language: Kotlin

Setting `true` will skip the `prepare-agent` and `prepare-agent-it` execution in POM (non-code) projects. This is desirable, however the default is `false` to be backwards compatible.

### Steps to reproduce * JaCoCo version: 0.8.8 * Operating system: MacOS * Tool integration: Gradle/Kotlin * Complete executable reproducer: Attached as a zip [jacocoReproducer.zip](https://github.com/jacoco/jacoco/files/8927617/jacocoReproducer.zip) #### Steps: (what exactly are...

feedback pending
reproducer required

A similar issue was raised here for Jetbrains coverage tools: https://youtrack.jetbrains.com/issue/KT-12605 with the ultimate resolution being tracked here: https://youtrack.jetbrains.com/issue/IDEA-185485 Although the former ticket mentions raising an issue on this project...

type: enhancement
component: core.filters
help wanted :vulcan_salute:
language: Kotlin

I'm switching a project from Cobertura to JaCoCo - as part of an eventual upgrade to Java 1.7. I've noticed that JaCoCo indicates missed branches but it doesn't tell you...

type: enhancement
component: core

I'm not sure if this is a bug or a regression but the feedback might be useful. AssertJ Core is using jacoco but it was not activated by default, a...

type: bug :bug:

Currently for exhaustive switch-expression ([JEP 361](https://openjdk.java.net/jeps/361)) ```java public class SwitchExpressionTarget { private enum E { TRUE, FALSE, } private static int target(E e) { return switch (e) { case TRUE...

type: enhancement
component: core.filters

Add jacoco.append property to the merge goal

type: enhancement
component: maven
component: ant
component: cli

Bumps ant from 1.9.15 to 1.10.11. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.ant:ant&package-manager=maven&previous-version=1.9.15&new-version=1.10.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies