Rightpoint / android-template

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

Added Jacoco to modules #66

Closed mattognibene closed 5 years ago

mattognibene commented 5 years ago

Added test coverage through Jacoco. Supports multiple flavors. Run the test<AppVariant>UnitTestCoverage task to generate a report. The report will be found in the associated module's /build/reports/jacoco directory.