Search code examples
iosxcodecontinuous-integrationxcode-bots

How to see test coverage with Xcode5 bots?


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,


Solution

  • 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.