Skip to content

Commit

Permalink
GHA: Back to previous coveralls scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Feb 3, 2021
1 parent d9d5301 commit f0393f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tox-tests.yml
Expand Up @@ -65,8 +65,9 @@ jobs:
architecture: x64
- name: Tell Coveralls that the parallel build is finished
run: |
pip install -U coveralls
coveralls --finish
curl -k \
https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN \
-d "payload[build_num]=$GITHUB_SHA&payload[status]=done"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f0393f8

Please sign in to comment.