Skip to content

Commit

Permalink
MAINT: use codecov 3 (#68)
Browse files Browse the repository at this point in the history
* ci: use codecov 3

* chore: add dependency

* ci: try token

* ci: disable codecov for now
  • Loading branch information
agoose77 authored May 3, 2024
1 parent fca0c61 commit 2b52938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
- name: Create cov
run: coverage xml
- name: Upload to Codecov
if: matrix.python-version == '3.11'
if: false && (matrix.python-version == '3.11')
uses: codecov/codecov-action@v4
with:
name: sphinx-exercise-pytest-py3.11
token: "${{ secrets.CODECOV_TOKEN }}"
flags: pytests
file: ./coverage.xml
fail_ci_if_error: true
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ testing = [
"pytest~=8.0.0",
"sphinx>=5,<8",
"texsoup",
"defusedxml", # Required by sphinx-testing
]

[project.urls]
Expand Down

0 comments on commit 2b52938

Please sign in to comment.