diff options
| author | Nick Merwin <[email protected]> | 2019-08-06 14:27:42 -0700 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-08-06 14:27:42 -0700 |
| commit | 1e096913d5de887722c8ce8619b9f76085632e70 (patch) | |
| tree | baa2605d956e8e7be9ae18cf9b90464aff142115 | |
| parent | d3045b4cb3a859de9e4e440f99933c4dd0a568a0 (diff) | |
| parent | e55883a6516b67c1572d3506ab44cc72082084c4 (diff) | |
| download | node-coveralls-1e096913d5de887722c8ce8619b9f76085632e70.tar.xz node-coveralls-1e096913d5de887722c8ce8619b9f76085632e70.zip | |
Merge branch 'master' of https://github.com/nickmerwin/node-coveralls
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
