xccov merge for xcresult files

Hello,

Is there a way to use xccov's merge function with xcresult files?

As far as I can tell from the documentation, merge only work with pairs of xccovreport and xccovarchive files which is not very helpful since Xcode 11 and 12 produce xcresult files now.

Thanks,
Sebastian

You can use the following commad:

xcrun xcresulttool merge /path/to/A.xcresult /path/to/B.xcresult --output-path merged.xcresult
xccov merge for xcresult files
 
 
Q