danielkec / NodeJS

Plugin for support of Node.js in the Netbeans IDE
http://plugins.netbeans.org/plugin/36653/nodejs
Other
22 stars 8 forks source link

Add support for code coverage #5

Open kospiotr opened 9 years ago

kospiotr commented 9 years ago

I recently started working with NodeJS applications using Netbeans IDE. I have simple project that I'm testing with Intern testing framework. Basically it allows for writing unit and functional tests but also allows to generate code coverage reports. Those reports can be in the following formats:

Basically Netbeans understands Cobertura reports for Maven (out of the box) and Ant (via plugin) projects.

Would be great to add support for displaying code coverage from custom report. Sample NodeJS project can be found here.