Skip to content

Commit

Permalink
workflows/poetry: aggregate coverage over all Python versions (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Nov 30, 2023
1 parent 0d07b16 commit 81c7dae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ jobs:
uses: coverallsapp/github-action@v2
with:
file: coverage.lcov
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}
finish:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Close parallel coverage build
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit 81c7dae

Please sign in to comment.