jasmine-rails icon indicating copy to clipboard operation
jasmine-rails copied to clipboard

Integrate reporting of coverage

Open scags9876 opened this issue 10 years ago • 4 comments

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.

scags9876 avatar Sep 03 '15 17:09 scags9876

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)

searls avatar Sep 03 '15 17:09 searls

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

scags9876 avatar Sep 03 '15 17:09 scags9876

blanket-js is really easy to add

AntiFish03 avatar Sep 03 '15 21:09 AntiFish03

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

pironim avatar Nov 05 '15 13:11 pironim