Skip to content

Commit

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

0 comments on commit ae10d33

Please sign in to comment.