I know about new feature in Xcode 7 - Code Coverage. I know how to turn it on:
go to Edit scheme -> Test -> Info tab -> enable Gather coverage data.
I did it, run tests, and... Where is Test Report for my tests?
I know about new feature in Xcode 7 - Code Coverage. I know how to turn it on:
go to Edit scheme -> Test -> Info tab -> enable Gather coverage data.
I did it, run tests, and... Where is Test Report for my tests?
Since you turned it on in your scheme, and then build and test:
Go to your Report navigator
Then select your last test:
Finally choose Coverage tab:
Remember also to enabled test coverage in your bot settings, there is new picker in Xcode 7 (Disabled by default)