Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
[github actions] Fix coveralls part for macos_testings
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jheng authored and Frank Jheng committed Jan 20, 2021
1 parent b1070a6 commit 28c4ec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos_testings.yml
Expand Up @@ -54,9 +54,12 @@ jobs:
if: ${{ success() }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_SERVICE_NAME: github-actions
COVERALLS_PARALLEL: true
run: |
pip install -U coveralls
COVERALLS_PARALLEL=true coveralls
coveralls
# coveralls-finish will always run after all matrix builds are finished.
# Regardless if they are succeeded or failed
Expand All @@ -80,6 +83,7 @@ jobs:
- name: Make coveralls merged parallel coverage results
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github-actions
run: |
pip install -U coveralls
coveralls --finish

0 comments on commit 28c4ec4

Please sign in to comment.