Skip to content

Commit

Permalink
Fix publishing to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 13, 2024
1 parent e7b21c8 commit 473984d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ jobs:

- name: Report coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
parallel: true
flag-name: run-${{ matrix.python-version }}

coverage:
needs: tests
if: $
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v1
with:
parallel-finished: true
carryforward: "run-3.9, run-3.10, run-3.11, run-3.12"

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 473984d

Please sign in to comment.