Skip to content

Commit 6c504db

Browse files
Cadairzacharyburnett
authored andcommitted
Test a different thing
1 parent d14c5a3 commit 6c504db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ jobs:
239239

240240
- if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
241241
name: add run info to coverage filename
242-
run: mv $(find . -name .coverage) .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
242+
run: |
243+
find ${{GITHUB_WORKSPACE}} -name .coverage
244+
mv $(find ${{GITHUB_WORKSPACE}} -name .coverage) .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
243245
shell: sh
244246

245247
- name: Upload coverage data to GitHub

0 commit comments

Comments
 (0)