My tests are XCTests and I\'m using Objective-C instead of Swift.
I\'ve seen some articles that tackle the topic, but the seem focused on older versions of Xcode, for e
Take a look at frankencover.it
Usage:
FTW, it has an easy-to-remember dogue-speak-esque command line interface:
groovy http://appsquickly.github.io/frankencover.it/with --source-dir MyProject/Source
Terminal Output:
HTML Report:
We use Xcoverage for this..Check on link below, if this helps..
Xcoverage
This is an update, From Xcode 6 Apple having in-build code coverage tool, But Have a look at coverStory it is easy to configure test locally before push. And providing a line by line coverage.