问题描述
我一直在尝试使用 Xcode 9 获得项目的代码覆盖率。所有测试用例均成功运行,但未在代码覆盖率选项卡下生成代码覆盖率报告。
I have been trying to get the code coverage for my project using Xcode 9. All test cases run successfully but did not generate the code coverage report under the Code coverage tab.
我尝试了以下操作:
-
在方案中启用Gather代码覆盖。
Enable the Gather code coverage in the scheme.
为我的目标启用代码覆盖支持。
Enable Code Coverage Support for my target.
启用展示包选项。
是否有其他设置需要检查代码覆盖率报告?还是我应该错过一些东西?预先感谢。
Is there an extra setting require to check the code coverage report ? or should I miss something? Thanks in advance.
推荐答案
版本9.3中的问题解决,以获取代码覆盖率Target-> Test-> Options-> CodeCoverage参见图片:
Issue Resolve in Version 9.3, to get the code coverage Target -> Test -> Options -> CodeCoverage See image:
这篇关于不位移时如何显示Xcode代码覆盖率?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!