- Pulled in the changes from https://github.com/kmiyashiro/grunt-mocha up to version 0.4.12.
- Add suport for creating additional Istanbul reports.
- Note: renamed
options.coverage.coverageFile
tooptions.coverage.jsonReport
. Existing users must update grunt config to set the option with its new name or else the json coverage file will not be generated!
- Added a check for the coverage object.
- Created fork of https://github.com/kmiyashiro/grunt-mocha to add support to extract istanbul coverage data from phantomjs.