Update dependency org.jacoco:jacoco-maven-plugin to v0.8.13
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
org.jacoco:jacoco-maven-plugin (source) | build | patch |
0.8.12 -> 0.8.13
|
Release Notes
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
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 withreified
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
Please register or sign in to reply