我正在从事Xcode项目(快速语言),我试图使用 Slather .But Slather来生成覆盖报告,只生成单元测试结果,而不使用UI测试结果。
slather coverage --html --scheme "Myscheme" --output-directory "coverage/reports" --workspace abc.xcworkspace --input-format profdata --build-directory "/Users/xxxx/Library/Developer/Xcode/DerivedData" --source-directory . abc.xcodeprojhttps://stackoverflow.com/questions/38705930
复制相似问题