Skip to content

Commit 7374fa0

Browse files
Cadairzacharyburnett
authored andcommitted
Apply suggestions from code review
1 parent 6c504db commit 7374fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ jobs:
240240
- if: ${{ (success() || failure()) && contains(matrix.coverage, 'github') && matrix.pytest == 'true' }}
241241
name: add run info to coverage filename
242242
run: |
243-
find ${{GITHUB_WORKSPACE}} -name .coverage
244-
mv $(find ${{GITHUB_WORKSPACE}} -name .coverage) .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
243+
find ${{ github.workspace }} -name .coverage
244+
mv $(find ${{ github.workspace }} -name .coverage) .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
245245
shell: sh
246246

247247
- name: Upload coverage data to GitHub

0 commit comments

Comments
 (0)