Skip to content

Commit

Permalink
codecov with 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 22, 2024
1 parent 8b75604 commit bba8b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit bba8b61

Please sign in to comment.