Coverage
The 100% code coverage problem
·4 mins
Android
Testing
Coverage
While you may be tempted to strive for 100% code coverage, that would be a horrible idea. Besides some code being hard to test, the concept of coverage is actually fundamentally limited.
Level up GitHub builds with CI and code coverage
·8 mins
Android
Tools
Coverage
Ci
Wouldn’t you love to have your open source projects built automatically by a continuous integration server? And to have a detailed code coverage report for all your unit tests?