美文网首页
Jacoco Report issue branches mis

Jacoco Report issue branches mis

作者: Android_Dev | 来源:发表于2022-01-11 14:57 被阅读0次

    Jacoco's generated report shows that few branches are missed in my Kotlin coroutine code.
    I upgraded the jacoco version to 0.8.7, and jacoco said 0.8.3 fixed suspending lambdas: Release 0.8.3 jacoco Github but it's not working.

    Solution:
    Make sure you config toolVersion = '0.8.7' below as well as the plugin version.

    jacoco {
      toolVersion = '0.8.7'
    }
    

    相关文章

      网友评论

          本文标题:Jacoco Report issue branches mis

          本文链接:https://www.haomeiwen.com/subject/ivubcrtx.html