Skip to content

Commit

Permalink
Merge branch 'main' into fix-issue-753
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 22, 2024
2 parents fae0bad + a906e0e commit 7a66033
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 7a66033

Please sign in to comment.