Skip to content

Commit

Permalink
Revert "workflows: only upload coverage data for Python 3.11"
Browse files Browse the repository at this point in the history
This reverts commit e49d6ca.
  • Loading branch information
airwoodix committed Nov 30, 2023
1 parent e49d6ca commit 7f37b3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ jobs:
run: poetry run coverage lcov -o coverage.lcov
- name: Upload coverage report
uses: coverallsapp/github-action@v2
if: matrix.python-version == '3.11'
with:
file: coverage.lcov

0 comments on commit 7f37b3d

Please sign in to comment.