Open
Description
For a while now (since Xcode 9.3) Apple ships a tool for code coverage. (Run it with xcrun xccov
).
It can read the coverage files generated by Xcode and translate them into JSON.
It would be great if the test reporter could support those JSON files, as it would save a bunch of dependencies for getting Objective-C / Swift coverage into Code Climate.