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 non-testable methods from Cobertura #110

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to know what percentage of the code I can test I've covered with my tests.

What

This issue demands to exclude non-testable code (e.g. Bluetooth and network related code) from Cobertura.

Why

This issue is needed for the project because it's difficult to see how complete the tests are if there are methods that "pollute" the test results because they cannot reasonably be tested.

How

This feature can be added by excluding non-testable code from Cobertura.

Definition of done

This task can be considered done when

Notes