Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

Add Test coverage tool. #58

Open tetedoie opened 5 years ago

tetedoie commented 5 years ago

It will be great to have a test coverage tool already in place like Jacoco

tetedoie commented 5 years ago

Actually there is a built-in coverage tool coming with the android plugin. We only have to activate it with testCoverageEnabled true usually on the debug buildtype, it give some gradle tasks like create<AppVariant>CoverageReport. So it's mostly for Java modules.