istanbuljs-archived-repos / istanbul-reports

deprecated, instead use https://github.com/istanbuljs/istanbuljs
Other
14 stars 11 forks source link

html reporter #6

Closed skellertor closed 8 years ago

skellertor commented 8 years ago

It seems that some of the other reporters write to the console, but it seems the html reporter doesn't. Is it writing a file somewhere? Any help would be appreciated!

isaacs commented 8 years ago

It's living at coverage/lcov-report/index.html. If you use node-tap, you can do tap --coverage-report=html and it'll try to open in the browser. Idk if nyc has something like that built in, @bcoe would know.

bcoe commented 8 years ago

@isaacs that's a slick feature; tempted to add it to nyc ... is opening up Google Chrome randomly for people a breaking change 😛 feels like it.

bcoe commented 8 years ago

@skellertor did you find the output in the coverage folder, perhaps we should close this and open a feature request on nyc.

skellertor commented 8 years ago

I found it. Thanks! Yeah go ahead and close it