Skip to content

Update dependency jacoco to v0.8.15 - #43

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jacoco-0.x
Closed

Update dependency jacoco to v0.8.15#43
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/jacoco-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
jacoco (source) 0.8.70.8.15 age confidence

Release Notes

jacoco/jacoco (jacoco)

v0.8.15

v0.8.14: 0.8.14

New Features

  • JaCoCo now officially supports Java 25 (GitHub #​1950).
  • Experimental support for Java 26 class files (GitHub #​1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #​1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #​1814, #​1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #​1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #​1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #​1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #​1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #​1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #​1885, #​1970, #​1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #​1813, #​1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #​1813, #​1940).
    Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #​1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #​1965).

v0.8.13: 0.8.13

New Features
  • JaCoCo now officially supports Java 23 and Java 24 (GitHub #​1757, #​1631, #​1867).
  • Experimental support for Java 25 class files (GitHub #​1807).
  • Calculation of line coverage for Kotlin inline functions (GitHub #​1670).
  • Calculation of line coverage for Kotlin inline functions with reified type parameter (GitHub #​1670, #​1700).
  • Calculation of coverage for Kotlin JvmSynthetic functions (GitHub #​1700).
  • Part of bytecode generated by the Kotlin Compose compiler plugin is filtered out during generation of report (GitHub #​1616).
  • Part of bytecode generated by the Kotlin compiler for inline value classes is filtered out during generation of report (GitHub #​1475).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas without suspension points is filtered out during generation of report (GitHub #​1283).
  • Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable enum subject is filtered out during generation of report (GitHub #​1774).
  • Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable String subject is filtered out during generation of report (GitHub #​1769).
  • Part of bytecode generated by the Kotlin compiler for chains of safe call operators is filtered out during generation of report (GitHub #​1810, #​1818).
  • Method getEntries generated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #​1625).
  • Methods generated by the Kotlin compiler for constructors and functions with JvmOverloads annotation are filtered out (GitHub #​1768).
Fixed bugs
  • Fixed interpretation of Kotlin SMAP (GitHub #​1525).
  • File extensions are preserved in HTML report in case of clashes of normalized file names (GitHub #​1660).
Non-functional Changes
  • JaCoCo build now uses Maven Wrapper and requires at least Maven 3.9.9 (GitHub #​1708, #​1707, #​1681).
  • JaCoCo now depends on ASM 9.8 (GitHub #​1862).
  • More context information when IllegalArgumentException occurs during reading of zip file (GitHub #​1833).

v0.8.12: 0.8.12

New Features

  • JaCoCo now officially supports Java 22 (GitHub #​1596).
  • Experimental support for Java 23 class files (GitHub #​1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #​1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #​1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #​1600).

v0.8.11: 0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #​893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).

v0.8.10: 0.8.10

Fixed bugs

  • Agent should not require configuration of permissions for SecurityManager outside of its codeBase (GitHub #​1425).

v0.8.9: 0.8.9

New Features

  • JaCoCo now officially supports Java 19 and 20 (GitHub #​1371, #​1386).
  • Experimental support for Java 21 class files (GitHub #​1386).
  • Add parameter to include the current project in the report-aggregate Maven goal (GitHub #​1007).
  • Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub #​1393).

Fixed bugs

  • Agent should not open java.lang package to unnamed module of the application class loader (GitHub #​1334).

Non-functional Changes

v0.8.8: 0.8.8

New Features

  • JaCoCo now officially supports Java 17 and 18 (GitHub #​1282, #​1198).
  • Experimental support for Java 19 class files (GitHub #​1264).
  • Part of bytecode generated by the Java compilers for assert statement is filtered out during generation of report (GitHub #​1196).
  • Branch added by the Kotlin compiler version 1.6.0 and above for "unsafe" cast operator is filtered out during generation of report (GitHub #​1266).
  • Improved support for multiple JaCoCo runtimes in the same VM (GitHub #​1057).

Fixed bugs

  • Fixed NullPointerException during filtering (GitHub #​1189).
  • Fix range for debug symbols of method parameters (GitHub #​1246).

Non-functional Changes

  • JaCoCo now depends on ASM 9.2 (GitHub #​1206).
  • Messages of exceptions occurring during analysis or instrumentation now include JaCoCo version (GitHub #​1217).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@yegor256

Copy link
Copy Markdown
Member

@rultor please, try to merge

@rultor

rultor commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor

rultor commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 4min)

\u001b[0K
\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 45s]\u001b[m\u001b[37D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[1m> :compileJava\u001b[m\u001b[14D\u001b[1B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 46s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 47s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 48s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 49s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 50s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 51s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 52s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 53s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 54s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 55s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 56s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 57s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 58s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[1m<\u001b[0;1m-------------> 7% EXECUTING [1m 59s]\u001b[m\u001b[37D\u001b[4B\u001b[4A\u001b[0K
\u001b[1m> Task :patchPluginXml\u001b[m\u001b[0K
[gradle-intellij-plugin :repo:patchPluginXml] Patching plugin.xml: value of 'version[0.0.0]' tag will be set to '0.0.0'\u001b[0K
\u001b[1B\u001b[0K
\u001b[0K
\u001b[0K
\u001b[4A\u001b[1m<\u001b[0;32;1m==\u001b[0;39;1m-----------> 21% EXECUTING [1m 59s]\u001b[m\u001b[38D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[4A\u001b[1m<\u001b[0;32;1m===\u001b[0;39;1m----------> 28% EXECUTING [1m 59s]\u001b[m\u001b[38D\u001b[3B\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > java-comp\u001b[m\u001b[79D\u001b[1B
\u001b[4A\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > java-gui-\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > java-comp\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > java-gui-\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > asm-all-7\u001b[m\u001b[79D\u001b[1B\u001b[2A> IDLE\u001b[0K\u001b[6D\u001b[2B\u001b[4A> IDLE\u001b[0K\u001b[6D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[3B\u001b[5A\u001b[1m<\u001b[0;32;1m===\u001b[0;39;1m----------> 28% EXECUTING [2m]\u001b[m\u001b[0K\u001b[34D\u001b[5B\u001b[4A\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > forms-1.1\u001b[m\u001b[79D\u001b[3B\u001b[1m> :instrumentCode > Resolve dependencies of :detachedConfiguration2 > jdom-2.0.\u001b[m\u001b[79D\u001b[1B\u001b[1A> IDLE\u001b[0K\u001b[6D\u001b[1B\u001b[4A\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > java-compiler-an\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > java-gui-forms-r\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > forms-1.1-previe\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > asm-all-7.0.jar\u001b[m\u001b[78D\u001b[1B\u001b[2A\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > jdom-2.0.6.jar >\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > asm-all-7.0.jar \u001b[m\u001b[79D\u001b[1B\u001b[2A\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > java-compiler-in\u001b[m\u001b[79D\u001b[1B\u001b[1m> :instrumentCode > Resolve files of :detachedConfiguration2 > java-gui-forms-c\u001b[m\u001b[79D\u001b[1B\u001b[4A> IDLE\u001b[0K\u001b[6D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[2B\u001b[1A\u001b[1m> :instrumentCode\u001b[m\u001b[0K\u001b[17D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m===\u001b[0;39;1m----------> 28% EXECUTING [2m 1s]\u001b[m\u001b[37D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m====\u001b[0;39;1m---------> 35% EXECUTING [2m 1s]\u001b[m\u001b[37D\u001b[4B\u001b[1m> :jar\u001b[m\u001b[0K\u001b[6D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m======\u001b[0;39;1m-------> 50% EXECUTING [2m 1s]\u001b[m\u001b[37D\u001b[4B\u001b[1m> :buildPlugin\u001b[m\u001b[14D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m=======\u001b[0;39;1m------> 60% EXECUTING [2m 1s]\u001b[m\u001b[37D\u001b[4B\u001b[1m> :compileTestJava > Resolve dependencies of :testCompileClasspath\u001b[m\u001b[66D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m=======\u001b[0;39;1m------> 60% EXECUTING [2m 2s]\u001b[m\u001b[37D\u001b[4B\u001b[1m> :compileTestJava\u001b[m\u001b[0K\u001b[18D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m=========\u001b[0;39;1m----> 71% EXECUTING [2m 3s]\u001b[m\u001b[37D\u001b[4B\u001b[1m> :instrumentTestCode\u001b[m\u001b[21D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 3s]\u001b[m\u001b[37D\u001b[4B\u001b[1m> :test\u001b[m\u001b[0K\u001b[7D\u001b[1B\u001b[1A\u001b[1m> :test > Resolve dependencies of :jacocoAgent > org.jacoco.agent-0.8.8.pom\u001b[m\u001b[75D\u001b[1B\u001b[1A\u001b[1m> :test > Resolve files of :jacocoAgent > org.jacoco.agent-0.8.8.jar > 111.4 Ki\u001b[m\u001b[79D\u001b[1B\u001b[1A\u001b[1m> :test\u001b[m\u001b[0K\u001b[7D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 4s]\u001b[m\u001b[37D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 5s]\u001b[m\u001b[37D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 6s]\u001b[m\u001b[37D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 7s]\u001b[m\u001b[37D\u001b[5B\u001b[1A\u001b[1m> :test > 0 tests completed\u001b[m\u001b[27D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 8s]\u001b[m\u001b[37D\u001b[5B\u001b[4A\u001b[1m> :test > Executing test org.eolang.jetbrains.test.EoCommenterTest\u001b[m\u001b[66D\u001b[4B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 9s]\u001b[m\u001b[37D\u001b[5B\u001b[5A\u001b[0K
\u001b[1m> Task :test\u001b[m\u001b[0K
WARNING: An illegal reflective access operation has occurred\u001b[0K
WARNING: Illegal reflective access by com.intellij.openapi.util.JDOMUtil$2 (file:/home/r/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2018.3.2/23b321b525e54fefd5a5e47371077a981833fb37/ideaIC-2018.3.2/lib/util.jar) to constructor com.sun.xml.internal.stream.XMLInputFactoryImpl()\u001b[0K
WARNING: Please consider reporting this to the maintainers of com.intellij.openapi.util.JDOMUtil$2\u001b[0K
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 9s]\u001b[m\u001b[37D\u001b[1B\u001b[1m> :test > Executing test org.eolang.jetbrains.test.EoCommenterTest\u001b[m\u001b[66D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[1m> :test > 0 tests completed\u001b[m\u001b[27D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 10s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 11s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 12s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 13s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 14s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 15s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 16s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 17s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 18s]\u001b[m\u001b[38D\u001b[5B\u001b[1A\u001b[1m> :test > 1 test completed\u001b[m\u001b[0K\u001b[26D\u001b[1B\u001b[4A\u001b[1m> :test > Executing test org.eolang.jetbrains.test.EoParsingTest1\u001b[m\u001b[0K\u001b[65D\u001b[3B\u001b[1m> :test > 2 tests completed\u001b[m\u001b[27D\u001b[1B\u001b[5A\u001b[0K
org.eolang.jetbrains.test.EoParsingTest1 > testParsingTestData \u001b[31mFAILED\u001b[39m\u001b[0K
    com.intellij.rt.execution.junit.FileComparisonFailure at EoParsingTest1.java:50\u001b[0K
\u001b[0K
org.eolang.jetbrains.test.EoParsingTestComments > testParsingTestData \u001b[31mFAILED\u001b[39m\u001b[0K
    com.intellij.rt.execution.junit.FileComparisonFailure at EoParsingTestComments.java:49
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 18s]\u001b[m\u001b[38D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[1m> :test > 4 tests completed, 2 failed\u001b[m\u001b[37D\u001b[1B\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 19s]\u001b[m\u001b[38D\u001b[5B\u001b[5A\u001b[0K
4 tests completed, 2 failed\u001b[0K
\u001b[3B\u001b[0K
\u001b[0K
\u001b[5A\u001b[1m<\u001b[0;32;1m==========\u001b[0;39;1m---> 82% EXECUTING [2m 19s]\u001b[m\u001b[38D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[0K\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[1m> :test\u001b[m\u001b[7D\u001b[1B\u001b[5A\u001b[0K
\u001b[31;1m> Task :test\u001b[0;39m\u001b[31m FAILED\u001b[39m\u001b[0K
\u001b[0K
\u001b[31mFAILURE: \u001b[39m\u001b[31mBuild failed with an exception.\u001b[39m\u001b[0K
\u001b[0K
* What went wrong:
Execution failed for task ':test'.
\u001b[33m> \u001b[39mThere were failing tests. See the report at: file:///home/r/repo/build/reports/tests/test/index.html

* Try:
\u001b[33m> \u001b[39mRun with \u001b[1m--stacktrace\u001b[m option to get the stack trace.
\u001b[33m> \u001b[39mRun with \u001b[1m--info\u001b[m or \u001b[1m--debug\u001b[m option to get more log output.
\u001b[33m> \u001b[39mRun with \u001b[1m--scan\u001b[m to get full insights.

* Get more help at \u001b[1mhttps://help.gradle.org\u001b[m

\u001b[31;1mBUILD FAILED\u001b[0;39m in 2m 20s
17 actionable tasks: 17 executed
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[0K
\u001b[5A\u001b[1m<\u001b[0;1m-------------> 0% WAITING\u001b[m\u001b[26D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B> IDLE\u001b[6D\u001b[1B\u001b[5A\u001b[2K\u001b[1B\u001b[2K\u001b[1B\u001b[2K\u001b[1B\u001b[2K\u001b[1B\u001b[2K\u001b[4A\u001b[0m\u001b[?12l\u001b[?25hcontainer 2a2b7cc516220663ea230b815bd892b59934be46e08efa8a64af62118ab0a7a7 is dead
Thu 16 Mar 2023 12:36:32 PM CET

@renovate renovate Bot changed the title Update dependency jacoco to v0.8.8 Update dependency jacoco to v0.8.9 Apr 3, 2023
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from 3f5165b to 5d5098a Compare April 3, 2023 16:05
@cr-gpt

cr-gpt Bot commented Apr 3, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information

@pr-codex

pr-codex Bot commented Apr 3, 2023

Copy link
Copy Markdown

Tldr

This PR updates the Jacoco toolVersion from 0.8.7 to 0.8.9 in build.gradle.

Detailed summary

  • Updated Jacoco toolVersion from 0.8.7 to 0.8.9 in build.gradle.

@renovate renovate Bot changed the title Update dependency jacoco to v0.8.9 Update dependency jacoco to v0.8.10 May 30, 2023
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from 5d5098a to 0b83574 Compare May 30, 2023 05:58
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from 0b83574 to 22d67b8 Compare July 8, 2023 02:23
@renovate renovate Bot changed the title Update dependency jacoco to v0.8.10 Update dependency jacoco to v0.8.11 Oct 16, 2023
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from 22d67b8 to b00a0aa Compare October 16, 2023 16:14
@codecov

codecov Bot commented Oct 16, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.60%. Comparing base (5a07317) to head (b00a0aa).

❗ Current head b00a0aa differs from pull request most recent head f011c92. Consider uploading reports for the commit f011c92 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #43   +/-   ##
=========================================
  Coverage     35.60%   35.60%           
  Complexity       25       25           
=========================================
  Files            13       13           
  Lines           191      191           
  Branches          5        5           
=========================================
  Hits             68       68           
  Misses          119      119           
  Partials          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot changed the title Update dependency jacoco to v0.8.11 Update dependency jacoco to v0.8.12 Apr 2, 2024
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from b00a0aa to f011c92 Compare April 2, 2024 17:07
@renovate renovate Bot changed the title Update dependency jacoco to v0.8.12 Update dependency jacoco to v0.8.13 Apr 2, 2025
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from f011c92 to 976fedf Compare April 2, 2025 18:41
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from 976fedf to 142a43d Compare October 12, 2025 01:00
@renovate renovate Bot changed the title Update dependency jacoco to v0.8.13 Update dependency jacoco to v0.8.14 Oct 12, 2025
@renovate
renovate Bot force-pushed the renovate/jacoco-0.x branch from 142a43d to 33e876f Compare June 5, 2026 22:55
@renovate renovate Bot changed the title Update dependency jacoco to v0.8.14 Update dependency jacoco to v0.8.15 Jun 5, 2026
@yegor256 yegor256 closed this Jun 12, 2026
@renovate

renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.8.15). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/jacoco-0.x branch June 12, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants