gulp-coveralls
gulp-coveralls copied to clipboard
Add filepath option as parameter
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:
gulp.src('/**/lcov.info')
.pipe(coveralls({filepath:"build"}));