Skip to content

Commit

Permalink
workflows: only upload coverage data for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Nov 30, 2023
1 parent c0d947b commit e49d6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ 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 e49d6ca

Please sign in to comment.