aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2019-08-06 14:27:42 -0700
committerNick Merwin <[email protected]>2019-08-06 14:27:42 -0700
commit1e096913d5de887722c8ce8619b9f76085632e70 (patch)
treebaa2605d956e8e7be9ae18cf9b90464aff142115
parentd3045b4cb3a859de9e4e440f99933c4dd0a568a0 (diff)
parente55883a6516b67c1572d3506ab44cc72082084c4 (diff)
downloadnode-coveralls-1e096913d5de887722c8ce8619b9f76085632e70.tar.xz
node-coveralls-1e096913d5de887722c8ce8619b9f76085632e70.zip
Merge branch 'master' of https://github.com/nickmerwin/node-coveralls
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46acc07..f4ccbd1 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ There are optional environment variables for other build systems as well:
* COVERALLS_SERVICE_JOB_ID (an id that uniquely identifies the build 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://coveralls.zendesk.com/hc/en-us/articles/203484329)
+* COVERALLS_PARALLEL (more info here: https://docs.coveralls.io/parallel-build-webhook)
### [Jest](https://facebook.github.io/jest/)
- Install [jest](https://facebook.github.io/jest/docs/en/getting-started.html)
- Use the following to run tests and push files to coveralls: