realm / SwiftCov

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

Add support for Homebrew #55

Open guidomb opened 9 years ago

guidomb commented 9 years ago

It would be nice to be able to install SwiftCov using hombrew.

jpsim commented 9 years ago

See https://github.com/Homebrew/homebrew/pull/40332 for some backstory as to what we did to try to support Homebrew, and how I eventually gave up because Xcode 7 now generates Swift test coverage information.

Feel free to submit a patch to homebrew for this though.

guidomb commented 9 years ago

OK so you are not longer maintaining this?

jpsim commented 9 years ago

I'll let @kishikawakatsumi answer that.

kishikawakatsumi commented 9 years ago

@guidomb I'll continue to maintain this project. Because I think Xcode coverage feature is not enough in some situations (e.g. Send coverage report service, HTML report, branch coverage, and so on), and for my interest.

I also would like to support to install via Homebrew, but it is difficult because I do not know the cause of the test to fail. I would be happy if you could help to solve it.