Skip to content

Commit

Permalink
Use GitHub action to finalize Coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
ffraenz committed Oct 26, 2020
1 parent 6d193a7 commit 5479971
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ jobs:

steps:
- name: "Merge intermediate results and finalize Coveralls report"
env:
COVERALLS_ENDPOINT: https://coveralls.io/webhook
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
curl -k $COVERALLS_ENDPOINT/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$GITHUB_RUN_ID&payload[status]=done"
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 5479971

Please sign in to comment.