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
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
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.
vsima, davehenton, andresilveirah, rogerluan and Morkrom