android-template
android-template copied to clipboard
Add Test coverage tool.
It will be great to have a test coverage tool already in place like Jacoco
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.