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 9926a7c commit 5df9f21Copy full SHA for 5df9f21
.github/workflows/ci.yml
@@ -47,10 +47,10 @@ jobs:
47
- name: Create cov
48
run: coverage xml
49
- name: Upload to Codecov
50
- if: false && (matrix.python-version == '3.10' && matrix.sphinx-version == '8')
+ if: matrix.python-version == '3.12' && matrix.sphinx-version == '8'
51
uses: codecov/codecov-action@v4
52
with:
53
- name: sphinx-exercise-pytest-py3.10-sphinx8
+ name: sphinx-exercise-pytest-py3.12-sphinx8
54
token: "${{ secrets.CODECOV_TOKEN }}"
55
flags: pytests
56
file: ./coverage.xml
0 commit comments