Skip to content

Commit

Permalink
Merge pull request #5759 from psafont/endcover
Browse files Browse the repository at this point in the history
CI: Complete parallel Coveralls uploads
  • Loading branch information
edwintorok authored Jul 1, 2024
2 parents 6969a8a + f40a624 commit 2008661
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 @@ -111,6 +111,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 2008661

Please sign in to comment.