[Pkg-javascript-commits] [node-coveralls] 183/332: Adding instructions on using lab with coveralls

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:58 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 a0d6ee6e142e42082470d3bc3312a80cb57532c1
Author: Wyatt Preul <wpreul at gmail.com>
Date:   Thu Sep 4 14:21:01 2014 -0500

    Adding instructions on using lab with coveralls
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 2f29946..d848603 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,12 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj
 ./node_modules/.bin/poncho -R lcov test/test.html | ./node_modules/coveralls/bin/coveralls.js
 ```
 
+### [Lab](https://github.com/hapijs/lab)
+```sh
+lab -r lcov | ./node_modules/coveralls/bin/coveralls.js
+```
+
+
 ## Running locally
 
 If you're running locally, you must have a `.coveralls.yml` file, as documented in [their documentation](https://coveralls.io/docs/ruby), with your `repo_token` in it; or, you must provide a `COVERALLS_REPO_TOKEN` environment-variable on the command-line.

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