문제

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,

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top