[Pkg-javascript-commits] [node-coveralls] 42/332: added this project's own coverage shield to the README
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-coveralls.
commit 49936b7647ac7cc1855cafe87ed823638d690d10
Author: Gregg Caines <gregg at caines.ca>
Date: Sun Jun 2 21:43:37 2013 -0600
added this project's own coverage shield to the README
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e484a36..ec7f8a7 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
#node-coveralls
[![Build Status](https://travis-ci.org/cainus/node-coveralls.png?branch=master)](https://travis-ci.org/cainus/node-coveralls)
+[![Coverage Status](https://coveralls.io/repos/cainus/node-coveralls/badge.png?branch=master)](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: ![](https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_94.png) ) 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git
More information about the Pkg-javascript-commits
mailing list