Skip to content

Commit

Permalink
explicitly re-run tests for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-cassese committed Apr 15, 2024
1 parent c6ac337 commit 61dea52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
run: tox
env:
PLATFORM: ${{ matrix.platform }}
- name: Generate code coverage report
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'
run: |
python -m pip install coverage
coverage run --source squishyplanet --module pytest
coverage xml
- name: Coveralls GitHub Action
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.11'
uses: coverallsapp/github-action@v2.2.3
Expand Down

0 comments on commit 61dea52

Please sign in to comment.