Jacoco and Unit Tests Code Coverage with android-gradle-plugin >= 1.1

后端 未结 9 864

I recently started integrating android-gradle-plugin 1.1.0 in one of my projects. The project uses robolectric 2.4 to run unit tests.

It\'s

9条回答
  •  生来不讨喜
    2020-12-12 21:38

    After some additional search I've stumbled upon this project I had to make some modifications so that there solution can work for my type of project, but now the test coverage reports are generated properly.

    I've pushed the adopted changes to my example github repo in case someone will have a similar problem in the future.

提交回复
热议问题