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

Istanbul unit test coverage plugin for gulp.

Results 19 gulp-istanbul issues
Sort by recently updated
recently updated
newest added

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [rimraf](https://github.com/isaacs/rimraf) was updated from `2.7.1` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [jshint](https://github.com/jshint/jshint) was updated from `2.10.2` to `2.10.3`. 🚨 [View failing branch](https://github.com/SBoudrias/gulp-istanbul/compare/master...SBoudrias:greenkeeper%2Fjshint-2.10.3). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## Version **6.0.0** of [gulp-mocha](https://github.com/sindresorhus/gulp-mocha) was just published. Dependency gulp-mocha Current Version 3.0.1 Type devDependency The version **6.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## The devDependency [rimraf](https://github.com/isaacs/rimraf) was updated from `2.6.3` to `2.7.0`. 🚨 [View failing branch](https://github.com/SBoudrias/gulp-istanbul/compare/master...SBoudrias:greenkeeper%2Frimraf-2.7.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [lodash](https://github.com/lodash/lodash) was updated from `4.17.11` to `4.17.12`. 🚨 [View failing branch](https://github.com/SBoudrias/gulp-istanbul/compare/master...SBoudrias:greenkeeper%2Flodash-4.17.12). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [gulp](https://github.com/gulpjs/gulp) was updated from `3.9.1` to `4.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

https://github.com/SBoudrias/gulp-istanbul/blob/f71379a83a07c87935aa6589369a49ff12201f1b/index.js#L74 When using express-openapi, files are often in the format of `{myPathVariable}.js`. This format causes the regex to not work. Please replace with this: ``` var covStubRE = /\{.*"path".*"fnMap".*"statementMap".*"branchMap".*\}^\/(?!\.js)/g; ```

update dependencies required https://david-dm.org/SBoudrias/gulp-istanbul

Are there any plans for upgrading to [Istanbul "2.0"](https://github.com/istanbuljs/istanbuljs) in favor of the now deprecated [Istanbul "1.0"](https://github.com/gotwarlost/istanbul)? This would solve the issues with old Istanbul breaking on some Node 7/8...