Code coverage under WebStorm 10 and Mocha?
Hi:
I am somewhat new to Webstorm but NOT new to code coverage.
I am hoping to find a code coverage tool that I can use within the IDE, under Mocha; hopefully one with easy to follow instructions.
Anybody have any tips as to where I can find one?
Bob
Please sign in to leave a comment.
By using a coverage tool in the IDE, do you mean that coverage results should be available in the editor/code coverage tool window (i.e. integrated in the IDE)? There are no such tools. WebStorm Mocha integration itself doesn't support coverage (https://youtrack.jetbrains.com/issue/WEB-10373), and there is no way to load coverage results producd by a different tool (https://youtrack.jetbrains.com/issue/WEB-10303)