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.
2 parents 9cdf92d + e99dcdd commit 86a74d8Copy full SHA for 86a74d8
.github/workflows/docs.yml
@@ -34,6 +34,6 @@ jobs:
34
run: |
35
coverage combine `find . -name .coverage\*` && coverage xml
36
- name: Upload coverage to Codecov
37
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
38
with:
39
name: Docs
.github/workflows/test.yml
@@ -103,7 +103,7 @@ jobs:
103
104
pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --maxfail=15
105
106
107
108
name: Test
109
files: /home/runner/work/ipython/ipython/coverage.xml
0 commit comments