testdouble / jasmine-rails

A Jasmine runner for rails projects that's got you covered in both the terminal and the browser
http://rubygems.org/gems/jasmine-rails
MIT License
378 stars 154 forks source link

Integrate reporting of coverage #170

Open scags9876 opened 9 years ago

scags9876 commented 9 years ago

It would be great if jasmine-rails had built-in reporting of code coverage. There is support for custom reporting scripts, so something like istanbul should be able to be used as a reporter, but there's little documentation on creating the reporting script.

searls commented 9 years ago

This is the first time anyone's asked for code coverage in jasmine-rails in over 4 years, so I'd suggest you consider opening a pull request to implement this feature yourself (since it appears no one else is interested in it)

scags9876 commented 9 years ago

Was just coming to the same conclusion ... :)

AntiFish03 commented 9 years ago

blanket-js is really easy to add

pironim commented 8 years ago

@scags9876 You can use teaspoon gem . there is code coverage