diff options
| author | Gregg Caines <[email protected]> | 2013-06-02 21:43:37 -0600 |
|---|---|---|
| committer | Gregg Caines <[email protected]> | 2013-06-02 21:43:37 -0600 |
| commit | 49936b7647ac7cc1855cafe87ed823638d690d10 (patch) | |
| tree | 3fb0980041f1d54d1a246dc63bd64a8477cfa6ae | |
| parent | 01dba7323c708863fff540ef8c4d07e58b149322 (diff) | |
| download | node-coveralls-49936b7647ac7cc1855cafe87ed823638d690d10.tar.xz node-coveralls-49936b7647ac7cc1855cafe87ed823638d690d10.zip | |
added this project's own coverage shield to the README
| -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. |
