mocha-istanbul icon indicating copy to clipboard operation
mocha-istanbul copied to clipboard

Results 9 mocha-istanbul issues
Sort by recently updated
recently updated
newest added

This is basically the same as, and heavily inspired by, #3. Adding the ability to output the coverage file here enables use of the Istanbul [Collector](http://gotwarlost.github.io/istanbul/public/apidocs/classes/Collector.html) elsewhere to create aggregate...

branch: issue#70 file: tasks/index.js line number: 112 description: need to change the if statement to check for an empty object b/c grunt.util.spawn throws an empty error object if successful.

- A line showing the how to "run mocha using mocha-istanbul as the reporter" - Explain where one would define the ISTANBUL_REPORTERS variable

Just noticed master is ahead of npm, and I really need the `ISTANBUL_REPORT_DIR` env var. Could you cut a 0.3.0 release please?

Istanbul supports mocha directly. Just run: ``` istanbul cover _mocha ``` or with arguments: ``` istanbul cover _mocha -- -R spec ``` See https://github.com/gotwarlost/istanbul/issues/44#issuecomment-16093330 for info. `mocha-istanbul` exists so that...

Hello arikon, I would also like to generate coverage.json . So I add some code for you. Aslo. I add a MIT license which is missing but it is declared...

For example, I don't know what this means: 1... 2. Instrument your code using istanbul 3...

in your README.md file, can you show a solid example of how to do this? What are the benefits of using mocha-istanbul versus plain old istanbul with Node.js?