We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d3437 commit 72bb99aCopy full SHA for 72bb99a
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run tox
30
run: tox
31
- name: "Upload coverage to Codecov"
32
- if: ${{matrix.python-version == '3.11'}}
+ if: ${{matrix.python-version == '3.12'}}
33
uses: codecov/codecov-action@v4
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments