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

Update coverage strategy with Jacoco to include androidTest #155

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

Update the coverage strategy, moving back to Jacoco, in order to include androidTests into the coverage report. This also works with Coveralls.

Why

This Pull Request is needed because we want our coverage report to be complete, so it should include androidTests.

How

Run gradle jacocoTestReport locally and view the report or see the coverage on Coveralls.

Alternative implementation

n/a

Notes

The Jacoco coverage has gotten its own .gradle file in ./config/ similar to the quality.gradle file.