Jacoco code coverage for android application using mockito library

前端 未结 4 1678
[愿得一人]
[愿得一人] 2021-01-07 03:53

My android application uses the following config:

  • Gradle - 0.12.+

Contents of build.gradle file

buildscript {
repositories {
            


        
4条回答
  •  情歌与酒
    2021-01-07 04:15

    Jacoco coverage support has been added to the gradle plugin since 0.10.0. See http://tools.android.com/tech-docs/new-build-system.

    Not quite sure I understand why you have such a complex gradle file.

提交回复
热议问题