ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Add coverage reports using Jacoco #48

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

With this pull request building the project using Gradle will also create a coverage report using Jacoco

Why

So we can easily see what the code coverage of our tests is and what we are still missing.

How

By adding Jacoco as a plugin to the Gradle build file of the application.

Notes

Check if you can build the report locally and check the report.