Skip to content

Set jacoco version to fix report failure

Mathias O. Myklebust requested to merge hotfix/jacoco-report-failure into master

Currently, Jacoco produces the following error when generating a test report (one of many lines in the stacktrace):

Caused by: java.lang.IllegalStateException: Unexpected SMAP line: *S KotlinDebug

Setting the version to 0.8.7 seems to fix this.

Issue also found here: https://github.com/jacoco/jacoco/issues/1214

Edited by Mathias O. Myklebust

Merge request reports