realm / SwiftCov

A tool to generate test code coverage information for Swift.
MIT License
561 stars 41 forks source link

Update for Xcode 7.2 and deprecate #63

Closed jpsim closed 7 years ago

jpsim commented 8 years ago

Since this hasn't been maintained in a while, I wanted to see how hard it would be to update to work with the latest versions of Xcode and Swift. After about an hour, I got most of it working, minus the actual code coverage generation part :sweat_smile:.

Regardless, I think we should deprecate this tool, prevent new GitHub issues from being filed and recommend that people use Swift 2.0's native test coverage capabilities.

What do you think @kishikawakatsumi?