No coverage report for inlined Kotlin methods

后端 未结 2 1112
遥遥无期
遥遥无期 2021-01-11 15:30

Kotlin functions marked with inline keyword are, well, inlined during the compilation and it seems that code coverage tools (like JaCoCo) fail to prope

2条回答
  •  無奈伤痛
    2021-01-11 15:46

    There is the bug in the JetBrains Java Coverage tools, see https://youtrack.jetbrains.com/issue/KT-12605 .

    So, just wait until bug will be fixed (or vote on it, to speedup development)

提交回复
热议问题