UITest代码覆盖率报告-是否有任何方法可以合并多个.xccovreport?

时间:2018-10-10 11:08:40

标签: ios code-coverage xcodebuild xcode-ui-testing uitest

由于某种原因,我需要通过xcodebuild命令行工具多次执行UITest。将为每个xcodebuild执行生成一个xccovreport。因此,我将获得许多xccovreports。是否可以合并这些报告?

1 个答案:

答案 0 :(得分:0)

从Xcode 10.2开始,您现在可以xcrun xccov merge [--outReport] [--outArchive] report1.xccovreport archive1.xccovarchive report2.xccovreport archive2.xccovarchive ...创建一个xccovreport文件。有关更多信息,请参见:https://shashikantjagtap.net/xccov-diff-and-merge-swiftios-code-coverage/