Comparing version 3.2.1 to 3.2.2
## Change Log | ||
### v3.2.2 (2015/09/11 22:02 -07:00) | ||
- [#47](https://github.com/bcoe/nyc/pull/47) make the default exclude rules work on Windows (@bcoe) | ||
- [#45](https://github.com/bcoe/nyc/pull/45) pull in patched versions of spawn-wrap and foreground-child, which support Windows (@bcoe) | ||
- [#44](https://github.com/bcoe/nyc/pull/44) Adds --all option which adds 0% coverage reports for all files in project, regardless of whether code touches them (@ronkorving) | ||
### v3.1.0 (2015/08/02 19:04 +00:00) | ||
@@ -4,0 +10,0 @@ |
@@ -28,3 +28,3 @@ /* global __coverage__ */ | ||
this.exclude = config.exclude || ['node_modules\/', 'test\/', 'test\\.js'] | ||
this.exclude = config.exclude || ['node_modules[\/\\\\]', 'test[\/\\\\]', 'test\\.js'] | ||
if (!Array.isArray(this.exclude)) this.exclude = [this.exclude] | ||
@@ -31,0 +31,0 @@ this.exclude = _.map(this.exclude, function (p) { |
{ | ||
"name": "nyc", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "a code coverage tool that works well with subprocesses.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
70162
6