gulp-coveralls
gulp-coveralls copied to clipboard
Gulp plugin to send code coverage to Coveralls
Results
2
gulp-coveralls issues
Sort by
recently updated
recently updated
newest added
[`gulp-util`](https://www.npmjs.com/package/gulp-util) has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the recently released version 4 of Gulp, **it is important to replace...
I had a use case where I needed to modify the value of options.filepath. So I passed this value as a parameter of gulp-coveralls. Usage: ``` javascript gulp.src('/**/lcov.info') .pipe(coveralls({filepath:"build"})); ```