gulp-coveralls : Gulp plugin to submit code coverage to Coveralls. You can installing gulp-coveralls npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-coveralls $ sudo npm install -g gulp-coveralls
If want to update the gulp-coveralls package execute the command as below,
$ sudo npm update gulp-coveralls
Update package globally,
$ npm install -g gulp-coveralls
$ sudo git clone https://github.com/rektide/gulp-coveralls.git
$ sudo npm install -g ./gulp-coveralls
gulp-coveralls@0.1.4 /usr/lib/node_modules/gulp-coveralls
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-coveralls
Package Name | gulp-coveralls |
Version | 0.1.4 |
Description | Gulp plugin to submit code coverage to Coveralls |
Released Date | 2015-04-26T21:22:40.247Z |
Published by | markdalgleish |
How to Learn | https://www.npmjs.com/package/gulp-coveralls/tutorial |