Skip to content

Commit 5df9f21

Browse files
committed
Update codecov to use Python 3.12 and Sphinx 8
1 parent 9926a7c commit 5df9f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
- name: Create cov
4848
run: coverage xml
4949
- name: Upload to Codecov
50-
if: false && (matrix.python-version == '3.10' && matrix.sphinx-version == '8')
50+
if: matrix.python-version == '3.12' && matrix.sphinx-version == '8'
5151
uses: codecov/codecov-action@v4
5252
with:
53-
name: sphinx-exercise-pytest-py3.10-sphinx8
53+
name: sphinx-exercise-pytest-py3.12-sphinx8
5454
token: "${{ secrets.CODECOV_TOKEN }}"
5555
flags: pytests
5656
file: ./coverage.xml

0 commit comments

Comments
 (0)