Skip to content

Commit 2b52938

Browse files
authored
MAINT: use codecov 3 (#68)
* ci: use codecov 3 * chore: add dependency * ci: try token * ci: disable codecov for now
1 parent fca0c61 commit 2b52938

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040
- name: Create cov
4141
run: coverage xml
4242
- name: Upload to Codecov
43-
if: matrix.python-version == '3.11'
43+
if: false && (matrix.python-version == '3.11')
4444
uses: codecov/codecov-action@v4
4545
with:
4646
name: sphinx-exercise-pytest-py3.11
47+
token: "${{ secrets.CODECOV_TOKEN }}"
4748
flags: pytests
4849
file: ./coverage.xml
4950
fail_ci_if_error: true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ testing = [
6464
"pytest~=8.0.0",
6565
"sphinx>=5,<8",
6666
"texsoup",
67+
"defusedxml", # Required by sphinx-testing
6768
]
6869

6970
[project.urls]

0 commit comments

Comments
 (0)