Skip to content

Commit

Permalink
ci(github): update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 18, 2023
1 parent c035798 commit 7112933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7112933

Please sign in to comment.