如何在Xcode 7中使用代码覆盖?

时间:2015-06-28 06:43:40

标签: xcode xcode7

我知道Xcode 7中的新功能 - 代码覆盖率。我知道如何打开它:

转到修改计划 - > 测试 - > 信息标签 - >启用收集覆盖率数据

我做了,运行测试,并且...我的测试测试报告在哪里?

2 个答案:

答案 0 :(得分:51)

因为你在你的方案中打开它,然后构建并测试:

enter image description here

enter image description here

转到报告导航器

enter image description here

然后选择您的上一次测试:
enter image description here

最后选择Coverage选项卡:
enter image description here

答案 1 :(得分:2)

还要记住在机器人设置中启用测试覆盖率,Xcode 7中有新的选择器(默认情况下禁用)

enter image description here