Package detail

@kollavarsham/gulp-coveralls

kollavarsham6.7k0.6.0

Gulp plugin to submit code coverage to Coveralls

gulpplugin, coverage

readme

NPM version ci_cd Coverage Status Dependency Status

@kollavarsham/gulp-coveralls

Gulp plugin to submit code coverage to Coveralls. (Fork of the unmaintained gulp-coveralls - thank you, @markdalgleish)

Usage

First, install @kollavarsham/gulp-coveralls as a dev dependency:

$ npm install --save-dev @kollavarsham/gulp-coveralls

Then, add it to your gulpfile.js:

var coveralls = require('@kollavarsham/gulp-coveralls');

gulp.src('test/coverage/**/lcov.info')
  .pipe(coveralls());

License

MIT License (Original License)