aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2020-03-19 10:38:56 -0700
committerNick Merwin <[email protected]>2020-03-19 10:38:56 -0700
commit21f476c8502e180a7a1e67035cba57616fecc5be (patch)
tree1977cabf8e7fd4cbe0fa21957c1cf876f0471e2c /README.md
parentb010d3dd584146e9df2a25ea60b8794978abd1c6 (diff)
downloadnode-coveralls-3.0.11.tar.xz
node-coveralls-3.0.11.zip
added COVERALLS_SERVICE_NUMBER to Readme; ver bump3.0.11
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7096752..08b73b6 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,8 @@ This library currently supports [Travis CI](https://travis-ci.org/) with no extr
There are optional environment variables for other build systems as well:
-- `COVERALLS_SERVICE_JOB_ID` (an id that uniquely identifies the build job)
+- `COVERALLS_SERVICE_NUMBER` (an id that uniquely identifies the build)
+- `COVERALLS_SERVICE_JOB_ID` (an id that uniquely identifies the build's job)
- `COVERALLS_RUN_AT` (a date string for the time that the job ran. RFC 3339 dates work. This defaults to your build system's date/time if you don't set it.)
- `COVERALLS_PARALLEL` (more info here: <https://docs.coveralls.io/parallel-build-webhook>)