[Pkg-javascript-commits] [node-lcov-parse] 09/45: Updated README
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:46:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-lcov-parse.
commit bc58dcc8b9234a06177ca5fd30ead49ee68bf4f7
Author: Dav Glass <davglass at gmail.com>
Date: Thu Mar 28 10:17:49 2013 -0400
Updated README
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 252bbed..0b7bf68 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,12 @@ Simple LCOV file parser
//process the data here
});
+or
+
+ parse(lcovString, function(err, data) {
+ //process the data here
+ });
+
## Formatting
Using this as a guide: http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lcov-parse.git
More information about the Pkg-javascript-commits
mailing list