You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Good idea! Our team probably won't be able to incorporate this into our own planning in the near-term, so I've added the "help wanted" label here. This would be great to see as a PR if anyone has time.
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.
The text was updated successfully, but these errors were encountered: