How to create code coverage report for androidTest using Jacoco in android studio

I can create a report on code coverage using Jacoco for a test folder, and I also want to generate a report for a test test of the tool in the androidTest folder. Provide a common code snippet or link for link.

+4
source share
1 answer

Here is a link to an article I wrote about code coverage using a test for Android.

0
source

Source: https://habr.com/ru/post/1618231/


All Articles