Reputation: 8584
I use the Continuous Integration in Xcode
The UI is beautiful and easy to set up. I want to use it as our CI tool. However, it seems not to have a test coverage feature. It is a key feature for us. Is there a way to see test coverage on Xcode? Thanks,
Upvotes: 0
Views: 215
Reputation: 9650
Not that I know of.
This blog post talks about unit testing in XCode4, but much of it still applies to XCode5. I thought the author did a good job of summarizing the current state of affairs. Apple addressed the author's concern about CI with Bots, but nothing has changed as far as Coverage Analysis is concerned.
Upvotes: 1