In the release notes of XCode 7 beta 5I read that code coverage now works with UI tests ("Code coverage works with UI testing. (20966994)").
However, when I run a UI test and look at the results, although the coverage tab appears, it shows 0% code coverage on all files. I'm certain though that at least some of the code gets executed by the UI test.
Is there something that I'm missing?
Thanks,
Fabian