Skip to content

Commit

Permalink
Merge ddd091b into 749acb2
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 13, 2024
2 parents 749acb2 + ddd091b commit 7ca9e2a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ jobs:

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

coverage:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ca9e2a

Please sign in to comment.