Skip to content

Commit

Permalink
added COVERALLS_SERVICE_NUMBER to Readme; ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Mar 19, 2020
1 parent b010d3d commit 21f476c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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>)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"coverage",
"coveralls"
],
"version": "3.0.10",
"version": "3.0.11",
"bugs": {
"url": "https://github.com/nickmerwin/node-coveralls/issues"
},
Expand Down

0 comments on commit 21f476c

Please sign in to comment.