[Pkg-javascript-commits] [node-coveralls] 61/332: Update README.md

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:40 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 8d5ae54ba507f6690b2f4f26a4bb7ff7c53cc090
Author: Gregg Caines <gregg at caines.ca>
Date:   Sat Jun 22 16:04:00 2013 -0600

    Update README.md
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 40d3ece..f62e621 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,15 @@ npm install mocha-lcov-reporter --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.
 
-Once your app is instrumented for coverage, and building, you just need to pipe the lcov output to `./node_modules/coveralls/bin/coveralls.js`.
+Once your app is instrumented for coverage, and building, you need to pipe the lcov output to `./node_modules/coveralls/bin/coveralls.js`.
+
+This library currently supports [travis-ci](https://travis-ci.org/) with no extra effort beyond that, but if 
+you're using a different build system, there are a few environment variables that are necessary:
+* COVERALLS_SERVICE_NAME  (the name of your build system)
+* COVERALLS_REPO_TOKEN (the secret repo token from coveralls.io)
+
+There are optional environment variables for other build systems as well:
+* COVERALLS_SERVICE_JOB_ID  (an id that uniquely identifies the build job)
 
 ###[Blanket.js](https://github.com/alex-seville/blanket)
 - Install [blanket.js](http://blanketjs.org/)

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