3

I tried to find the ways but taking code coverage seems to be impossible so far. Does anybody know how to do it?

According to Apple's issue tracker, the issue was registered but the status did not change since last year.

Is code coverage already working for Swift?

Thanks,

Update:

Swift doesn't seem to support coverage yet. by jonreid

https://github.com/jonreid/XcodeCoverage/issues/33

Community
  • 1
  • 1
zono
  • 8,366
  • 21
  • 75
  • 113

1 Answers1

2

with xcode7, apple will resolve this problem, see https://developer.apple.com/library/prerelease/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_7_0.html

emoleumassi
  • 4,881
  • 13
  • 67
  • 93