Show More
@@ -34,6 +34,6 jobs: | |||||
34 | run: | |
|
34 | run: | | |
35 | coverage combine `find . -name .coverage\*` && coverage xml |
|
35 | coverage combine `find . -name .coverage\*` && coverage xml | |
36 | - name: Upload coverage to Codecov |
|
36 | - name: Upload coverage to Codecov | |
37 |
uses: codecov/codecov-action@v |
|
37 | uses: codecov/codecov-action@v5 | |
38 | with: |
|
38 | with: | |
39 | name: Docs |
|
39 | name: Docs |
@@ -103,7 +103,7 jobs: | |||||
103 | run: | |
|
103 | run: | | |
104 | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --maxfail=15 |
|
104 | pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --maxfail=15 | |
105 | - name: Upload coverage to Codecov |
|
105 | - name: Upload coverage to Codecov | |
106 |
uses: codecov/codecov-action@v |
|
106 | uses: codecov/codecov-action@v5 | |
107 | with: |
|
107 | with: | |
108 | name: Test |
|
108 | name: Test | |
109 | files: /home/runner/work/ipython/ipython/coverage.xml |
|
109 | files: /home/runner/work/ipython/ipython/coverage.xml |
General Comments 0
You need to be logged in to leave comments.
Login now