From 21f476c8502e180a7a1e67035cba57616fecc5be Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Thu, 19 Mar 2020 10:38:56 -0700 Subject: [PATCH] added COVERALLS_SERVICE_NUMBER to Readme; ver bump --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70967528..08b73b6c 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: ) diff --git a/package.json b/package.json index 756acfca..3f38656c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "coverage", "coveralls" ], - "version": "3.0.10", + "version": "3.0.11", "bugs": { "url": "https://github.com/nickmerwin/node-coveralls/issues" },