diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ #node-coveralls [](https://travis-ci.org/cainus/node-coveralls) +[](https://coveralls.io/r/cainus/node-coveralls?branch=master) [Coveralls.io](https://coveralls.io/) support for node.js. Get the great coverage reporting of coveralls.io and add a cool coverage button ( like this:  ) to your README. -Installation: Add the latest version of `coveralls` to your package.json. +Installation: Add the latest version of `coveralls` to your package.json: +``` +npm install coveralls --save +``` This script ( `bin/coveralls.js` ) can take standard input from any tool that emits the lcov data format (including [mocha](http://visionmedia.github.com/mocha/)'s [LCov reporter](https://npmjs.org/package/mocha-lcov-reporter)) and send it to coveralls.io to report your code coverage there. |
