File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ jobs:
177177 fi
178178 python3 -m pip install --disable-pip-version-check --upgrade --user --break-system-packages pip uv 'tox>=4.23.2' 'tox-uv>=1.16.0'
179179 which -a uv pip tox
180+ python3 -m pip install git+https://github.com/tox-dev/tox.git@fix/3542
180181 echo "uv tool update-shell"
181182 tox --version
182183 echo "Log installed dists"
@@ -209,6 +210,15 @@ jobs:
209210 .tox/**/log/
210211 .tox/**/coverage.xml
211212
213+ - name : Archive logs and coverage data
214+ uses : coactions/upload-artifact@v4
215+ with :
216+ name : logs-${{ matrix.name }}.zip
217+ include-hidden-files : true
218+ path : |
219+ .tox/**/log/
220+ .tox/**/coverage.xml
221+
212222 - name : Upload test results to Codecov
213223 if : ${{ !cancelled() && hashFiles('junit.xml') != '' }}
214224 uses : codecov/test-results-action@v1
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ uv_seed = true
6363[testenv:docs]
6464description = Build docs
6565extras = docs
66- passenv =
67- *
6866setenv =
6967 # see https://github.com/tox-dev/tox/issues/2092#issuecomment-2538729079
7068 # see https://github.com/Kozea/CairoSVG/issues/392#issuecomment-2538707712
You can’t perform that action at this time.
0 commit comments