cococo icon indicating copy to clipboard operation
cococo copied to clipboard

Code Coverage Converter from Xcode 11 to SonarQube

Results 4 cococo issues
Sort by recently updated
recently updated
newest added

Hi, converting our app's coverage files takes about 20 minutes - large codebase, a lot of tests. It doubles our standard PR's CI build execution time: build + test +...

Tried both downloading the binary and building it on my machine. I run `cococo` exactly as it says in the example and it stays idle. Possible reasons? Xcode 11.3.1

Running Xcode 11.3.1, I have tested cococo on my project's xcresult file. It generates a coverage xml file, but emits multiple entries of a single warning: "Requested but did not...