技术栈

覆盖率增量报告

潜龙9527
1 年前
ios·覆盖率增量报告
iOS增量报告生成方案iOS覆盖率报告生成与Android有很大的不同,主要的生成逻辑如下:1,将profraw文件,通过命令xcrun llvm-profdata merge -sparse转换成profdata;