Skip to content

Commit

Permalink
Merge pull request #755 from hhatto/cover-with-py312
Browse files Browse the repository at this point in the history
codecov with 3.11 and 3.12
  • Loading branch information
hhatto authored Jun 22, 2024
2 parents 8b75604 + b5141d4 commit a906e0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
python test/test_suite.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: matrix.python-version == 3.11 && success()
if: (matrix.python-version == 3.11 || matrix.python-version == 3.12) && success()
with:
fail_ci_if_error: true
flags: ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a906e0e

Please sign in to comment.