We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d7306 commit 0782cf6Copy full SHA for 0782cf6
.github/workflows/tests.yml
@@ -124,11 +124,10 @@ jobs:
124
BRANCH: ${{ github.ref }}
125
TOKEN: ${{ secrets.OPENCOV_TOKEN }}
126
COVERALLS_ENDPOINT: ${{ secrets.OPENCOV_ENDPOINT }}
127
- RUN_NUMBER: ${{ github.run_id }}
128
run: |
129
MIX_ENV=test mix coveralls.post \
130
- --name github-actions \
131
- --build "$RUN_NUMBER" \
+ --name github \
+ --build "$GITHUB_RUN_ID" \
132
--sha "$SHA" \
133
--committer "$(git log -1 $SHA --pretty=format:'%cN')" \
134
--message "$(git log -1 $SHA --pretty=format:'%s')" \
0 commit comments