@@ -166,35 +166,6 @@ jobs:
166166 if : runner.os == 'Linux'
167167 with :
168168 python-version : ' 3.13'
169- - name : Combine coverage Linux
170- if : runner.os == 'Linux'
171- run : |-
172- echo '############ PWD'
173- pwd
174- cp .wheelhouse/.coverage* . || true
175- ls -al
176- uv pip install coverage[toml] | pip install coverage[toml]
177- echo '############ combine'
178- coverage combine . || true
179- echo '############ XML'
180- coverage xml -o ./coverage.xml || true
181- echo '### The cwd should now have a coverage.xml'
182- ls -altr
183- pwd
184- - uses : codecov/codecov-action@v5.5.2
185- name : Codecov Upload
186- env :
187- HAVE_CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN != '' }}
188- # Only upload coverage if we have the token
189- if : ${{ env.HAVE_PERSONAL_TOKEN == 'true' }}
190- with :
191- file : ./coverage.xml
192- token : ${{ secrets.CODECOV_TOKEN }}
193- - uses : codecov/codecov-action@v5.5.2
194- name : Codecov Upload
195- with :
196- file : ./coverage.xml
197- token : ${{ secrets.CODECOV_TOKEN }}
198169 - uses : actions/upload-artifact@v6.0.0
199170 name : Upload wheels artifact
200171 with :
@@ -451,26 +422,6 @@ jobs:
451422 echo "changing directory back to th repo root"
452423 cd ..
453424 ls -al
454- - name : Combine coverage Linux
455- if : runner.os == 'Linux'
456- run : |-
457- echo '############ PWD'
458- pwd
459- cp .wheelhouse/.coverage* . || true
460- ls -al
461- uv pip install coverage[toml] | pip install coverage[toml]
462- echo '############ combine'
463- coverage combine . || true
464- echo '############ XML'
465- coverage xml -o ./coverage.xml || true
466- echo '### The cwd should now have a coverage.xml'
467- ls -altr
468- pwd
469- - uses : codecov/codecov-action@v5.5.2
470- name : Codecov Upload
471- with :
472- file : ./coverage.xml
473- token : ${{ secrets.CODECOV_TOKEN }}
474425 test_deploy :
475426 name : Deploy Test
476427 runs-on : ubuntu-latest
0 commit comments