We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c504db commit 7374fa0Copy full SHA for 7374fa0
.github/workflows/tox.yml
@@ -240,8 +240,8 @@ jobs:
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 }}
+ find ${{ github.workspace }} -name .coverage
+ mv $(find ${{ github.workspace }} -name .coverage) .coverage.${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}-${{ matrix.toxenv }}
245
shell: sh
246
247
- name: Upload coverage data to GitHub
0 commit comments