brunogabriel / TestCoverageReport-Android

Example of generate a coverage report.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Coverage Report Using Jacoco in Android

Build Status codecov

An example how to use Jacoco to generate reports in html, xml or csv format of your tests (including instrumental and unit).

How to run

It's very simple, your reports will be generate inside build folder: app/build/reports/jacoco

./gradlew clean jacocoTestReport

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Example of generate a coverage report.

License:MIT License


Languages

Language:Kotlin 100.0%