Skip to content

Commit

Permalink
BUG: update for parallel builds
Browse files Browse the repository at this point in the history
Update main.yml for parallel coverage builds.
  • Loading branch information
aburrell committed Apr 1, 2024
1 parent db56e8c commit a64cbda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,6 @@ jobs:
- name: Coveralls Finished
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls
run: |
curl -k https://coveralls.io/webhook?repo_token=$GITHUB_TOKEN -d "payload[build_num]=$BUILD_NUMBER&payload[status]=done"
curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls

0 comments on commit a64cbda

Please sign in to comment.