XcodeCoverage Overview
A tool that provides a simple way to generate reports of the code coverage of your Xcode project. Once XcodeCoverage is installed either manually or using CocoaPods, whenever you run your unit tests you can execute 'getcov' from the command line to generate the coverage report in either HTML or Cobertura XML. By default, XcodeCoverage excludes Apple's SDKs, but the exclusion rules can be customised. It also includes a script that you can add as a test post-action to prompt to run code coverage after running unit tests.