v0.3.0
New features
Allow to include non-required files in the coverage report
This will allow files without test to be considered in the coverage
report.
Big thanks at @robatron!
Bug fixes
- We don't delete the global state anymore, it should now work better when using
gulp.watch(Thanks @robrich) - Fix bug where buffer support wasn't correctly detected (Thanks @golyshevd)
Maintenance
Now using Istanbul 0.3 series.