coveralls : takes json-cov output into stdin and POSTs to coveralls.io. You can installing 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 coveralls $ sudo npm install -g coveralls
If want to update the coveralls package execute the command as below,
$ sudo npm update coveralls
Update package globally,
$ npm install -g coveralls
$ sudo git clone https://github.com/rektide/coveralls.git
$ sudo npm install -g ./coveralls
coveralls@3.0.0 /usr/lib/node_modules/coveralls
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall coveralls
Package Name | coveralls |
Version | 3.0.0 |
Description | takes json-cov output into stdin and POSTs to coveralls.io |
Released Date | 2017-09-28T15:28:35.933Z |
Published by | nickmerwin |
How to Learn | https://www.npmjs.com/package/coveralls/tutorial |