[Pkg-javascript-commits] [node-coveralls] 196/332: Update README to be more clear
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 9 13:53:59 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 cbad060733b6caa72183c1bb5de3828687fd1430
Author: Marcus Gartner <marcus at lob.com>
Date: Sat Apr 4 14:53:33 2015 -0700
Update README to be more clear
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3223f42..b020402 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,7 @@ This script ( `bin/coveralls.js` ) can take standard input from any tool that em
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:
+This library currently supports [travis-ci](https://travis-ci.org/) with no extra effort beyond piping the lcov output to coveralls. However, 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)
--
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