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

Exclude dependencies and Bluetooth/NFC from cobertura coverage report, closes #110 #111

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

Exclude certain modules (including dependencies) from the coverage report generated by Cobertura.

Why

The dependencies coverage are not helpful for the project. Similarly the report on code that is not testable/very hard to test is not very relevant.

How

You can generate a Cobertura coverage report using gradle build connectedCheck cobertura and verify that the specified packages are excluded.

Alternative implementation

None

Notes

None