0.6.0 • Published 1 year ago

@kollavarsham/gulp-coveralls v0.6.0

Weekly downloads
608
License
-
Repository
github
Last release
1 year ago

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)