Skip to content

Commit

Permalink
coveralls finish job
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 25, 2023
1 parent b40ebd1 commit 26fc06e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

finish:
needs: pytest
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: "run-3.8,run-3.9,run-3.10"

0 comments on commit 26fc06e

Please sign in to comment.