Skip to content

Commit

Permalink
CI: Complete parallel Coveralls uploads: Finish when done
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
  • Loading branch information
bernhardkaindl authored and edwintorok committed Jul 1, 2024
1 parent 84c2ba6 commit 1262d19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@ jobs:
github_token: ${{ secrets.github_token }}
continue-on-error: true

# For coverage of 2.7 and 3.11 we upload to Coveralls in parallel mode.
# To view the Coveralls results of the PR, click on the "Details" link to the right
# of the Coveralls Logo in the Checks section of the PR.
finish-parallel-coveralls-upload:
needs: python-test # run after the python-test has completed uploading coverages
runs-on: ubuntu-latest
steps:
- name: Finish the parallel coverage upload to Coveralls
uses: coverallsapp/github-action@v1
with:
parallel-finished: true

deprecation-test:
name: Deprecation tests
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 1262d19

Please sign in to comment.