Separate Schemes For Better iOS Code Coverage

Published: Fri, 05/06/16

View Online
 
Separate Schemes For Better iOS Code Coverage
The Clean Swifter
 

As you continue to construct test pyramid for your iOS apps to Martin Fowler’s specification, you’ll find the desire to separately measure your code coverage for both unit tests and functional tests. And if you don’t have that desire, than you should know that measuring a combined code coverage for both unit and functional tests … Continue reading "Separate Schemes For Better iOS Code Coverage"

The post Separate Schemes For Better iOS Code Coverage appeared first on The Clean Swifter.