[Pkg-javascript-commits] [node-log-driver] 12/49: added build/coverage badges.
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Feb 22 12:57:01 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-log-driver.
commit febcbb8f0207297367bfe86e2329b2f89265bb90
Author: cainus <gregg at caines.ca>
Date: Mon Mar 25 14:34:39 2013 -0700
added build/coverage badges.
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 4909bfd..c25aea1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
![Log Driver](https://raw.github.com/cainus/logdriver/master/logo.png)
=========
+[![Build
+Status](https://travis-ci.org/cainus/logdriver.png?branch=master)](https://travis-ci.org/cainus/logdriver)
+[![Coverage Status](https://coveralls.io/repos/cainus/logdriver/badge.png?branch=master)](https://coveralls.io/r/cainus/logdriver)
+
Logdriver is a node.js logger that only logs to stdout.
####You're going to want to log the output of stdout and stderr anyway, so you might as well put all your logging through stdout. Logging libraries that don't write to stdout or stderr are missing absolutely critical output like the stack trace if/when your app dies.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-log-driver.git
More information about the Pkg-javascript-commits
mailing list