Skip to content

Commit 77e673a

Browse files
Cadairzacharyburnett
authored andcommitted
Update .github/workflows/tox.yml
1 parent 7374fa0 commit 77e673a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,12 @@ jobs:
237237
with:
238238
token: ${{ secrets.CODECOV_TOKEN }}
239239

240-
- if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
241-
name: add run info to coverage filename
242-
run: |
243-
find ${{ github.workspace }} -name .coverage
244-
mv $(find ${{ github.workspace }} -name .coverage) .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
245-
shell: sh
246-
247240
- name: Upload coverage data to GitHub
248241
if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
249242
uses: actions/upload-artifact@v4
250243
with:
251244
name: .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
252-
path: .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
245+
path: **/.coverage
253246

254247
report_overall_test_coverage:
255248
needs: [ tox ]

0 commit comments

Comments
 (0)