Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jacoco-0.8.13.zip | 2025-04-02 | 4.1 MB | |
0.8.13 source code.tar.gz | 2025-04-01 | 681.5 kB | |
0.8.13 source code.zip | 2025-04-01 | 1.5 MB | |
README.md | 2025-04-01 | 3.3 kB | |
Totals: 4 Items | 6.3 MB | 0 |
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).