jacoco
jacoco copied to clipboard
:microscope: Java Code Coverage Library
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...
### 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) *...
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...
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...
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...
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...
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...
Add jacoco.append property to the merge goal
Bumps ant from 1.9.15 to 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...