Skip to content

Commit

Permalink
Merge pull request #214 from aaronrenner/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Readme
  • Loading branch information
parroty committed Dec 20, 2019
2 parents 67a11bb + 89fca42 commit 87e52cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ variable.
### [mix coveralls.github] Post coverage from [GitHub Actions](https://github.com/features/actions)
Specify `mix coveralls.github` as the build script in the GitHub action YML file and explicitly set the `MIX_ENV` environment to `test` and add `GITHUB_TOKEN` with the value of `{{ secrets.GITHUB_TOKEN }}`, this is required because is used internaly by coveralls.io to check the action and add statuses.

The value of `secrets.GITHUB_TOKEN` is added automatically inside every GitHub action, so you not need to assing that.
The value of `secrets.GITHUB_TOKEN` is added automatically inside every GitHub action, so you not need to assign that.

This task submits the result to Coveralls when the build is executed via GitHub actions and add statuses in the checks of github.

Expand Down

0 comments on commit 87e52cb

Please sign in to comment.