Skip to content

Commit 731a34c

Browse files
authored
Update "GITHUB_TOKEN" docs link
1 parent 8d29406 commit 731a34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The action's step needs to run after your test suite has outputted an LCOV file.
1414

1515
| Name | Requirement | Description |
1616
| --------------------- | ----------- | ----------- |
17-
| `github-token` | _required_ | Must be in form `github-token: ${{ secrets.github_token }}`; Coveralls uses this token to verify the posted coverage data on the repo and create a new check based on the results. It is built into Github Actions and does not need to be manually specified in your secrets store. [More Info](https://developer.github.com/actions/managing-workflows/storing-secrets/#github-token-secret)|
17+
| `github-token` | _required_ | Must be in form `github-token: ${{ secrets.github_token }}`; Coveralls uses this token to verify the posted coverage data on the repo and create a new check based on the results. It is built into Github Actions and does not need to be manually specified in your secrets store. [More Info](https://help.github.com/en/articles/virtual-environments-for-github-actions#github_token-secret)|
1818
| `path-to-lcov` | _optional_ | Default: "./coverage/lcov.info". Local path to the lcov output file produced by your test suite. An error will be thrown if the file can't be found. This is the file that will be sent to the Coveralls API. |
1919
| `parallel` | _optional_ | Set to true for parallel (or matrix) based steps, where multiple posts to Coveralls will be performed in the check. |
2020
| `parallel-finished` | _optional_ | Set to true in the last job, after the other parallel jobs steps have completed, this will send a webhook to Coveralls to set the build complete. |

0 commit comments

Comments
 (0)