[Pkg-javascript-commits] [node-lcov-parse] 38/45: add lcov-parse bin usage to README.md

Bastien Roucariès rouca at moszumanska.debian.org
Wed Sep 6 09:46:18 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 17375a9a830e68cfdc79cfd4abddf14227db8113
Author: Daniel Howe <dhowe at swipeclock.com>
Date:   Thu Jun 8 11:11:12 2017 -0600

    add lcov-parse bin usage to README.md
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 0b7bf68..96bd156 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ or
         //process the data here
     });
 
+
 ## Formatting
 
 Using this as a guide: http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php
@@ -69,6 +70,16 @@ It will return JSON like this:
 }
 ```
 
+
+## Cli Usage
+
+    lcov-parse ./lcov.info
+
+or
+
+    cat lcov.info | xargs -0 lcov-parse
+   
+   
 ## Tests
 
     npm install && npm test

-- 
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