Update JaCoCo to 0.8.7
See original GitHub issueI’ve encountered an issue
Caused by: java.lang.IllegalStateException: Unexpected SMAP line: *S KotlinDebug
and it is related to this reported issue
and fortunately for me it is now fixed today in version 0.8.7! We just to updated JaCoCo!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
JaCoCo - Change History
Release 0.8.7 (2021/05/04). New Features. JaCoCo now officially supports Java 15 and 16 (GitHub #1094, #1097, #1176). Experimental support for Java 17 class ......
Read more >Update to jacoco 0.8.7 · Issue #195 - GitHub
Older Jacoco versions are incompatible with the Kotlin 1.5.x compiler. See this for more information. However, setting jacocoVersion = '0.8.7' seems to crash ......
Read more >JaCoCo Java Code Coverage Library - EclEmma
Download Source Release Size Checksums
jacoco‑0.8.8.zip 0.8.8 2022/04/05 3.8 MB md5 sha256
jacoco‑0.8.7.zip 0.8.7 2021/05/04 3.8 MB md5 sha256
jacoco‑0.8.6.zip 0.8.6 2020/09/15 3.8 MB md5 sha256...
Read more >Update to use JaCoCo 0.8.7 by default - Issue Tracker
The default Jacoco version is now set to 0.8.7 as of AGP 7.2-alpha04. I will begin removing the older versions of the Jacoco...
Read more >jacoco-maven-plugin » 0.8.7
The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation. License, EPL 2.0. Categories, Maven ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for reporting this issue.
Please note that this Gradle Plugin does not enforce any JaCoCo version, it is just using the default JaCoCo version that is available or the version that is set by using:
Your pull-request doesn’t affect the actual plugin, it is just changing the JaCoCo version that is used to test the plugin itself, are you aware of that? In other words the
IllegalStateException
that you are experiencing can be fixed without actually updating this plugin, just change the version using thetoolVersion
property.@markchristopherng I think you still have 0.8.6 dependency your issue is related to this https://github.com/jacoco/jacoco/issues/1155#issuecomment-832642347