[Pkg-javascript-commits] [node-coveralls] 88/332: added COVERALLS_GIT_COMMIT notes to running locally section

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:44 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 5fc342c61f503a60a14d568a292062bf96b2178b
Author: Gabe Hayes <gabriel.hayes at gmail.com>
Date:   Tue Jul 30 11:20:48 2013 -0700

    added COVERALLS_GIT_COMMIT notes to running locally section
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 3d8ea79..6adab03 100644
--- a/README.md
+++ b/README.md
@@ -85,4 +85,6 @@ For detailed instructions on requiring instrumented code, running on Travis and
 
 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.
 
+If you want to send commit data to coveralls, you can set the `COVERALLS_GIT_COMMIT` environment-variable to the commit hash you wish to reference. If you don't want to use a hash, you can set it to `HEAD` to supply coveralls with the latest commit data. This requires git to be installed and executable on the current PATH.
+
 

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