Search code examples
javascripttddcode-coveragemocha.jswebstorm

How to open jscoverage results inside WebStorm


I'm able to run jscoverage ok and generate the html reports (including sending the reports to coveralls.

What I really would like next is to be able to open those results inside WebStorm, but at the moment it only seems to support Karma or JsTestDriver (see https://www.jetbrains.com/webstorm/help/monitoring-code-coverage-for-javascript.html)

Am I missing something obvious?

Coveralls use lcov data (from mocha-lcov-reporter), maybe there is a way to load/show lcov data inside webstorm?


Solution

  • So at the moment (jan 2015) this doesn't seem to be possible.

    Also confirmed by this answer Is there a way to load the lcov data inside webstorm? (on mocha-lcov-reporter repo)