We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079c8bd commit f3d7c2eCopy full SHA for f3d7c2e
.github/workflows/tox.yml
@@ -283,7 +283,7 @@ jobs:
283
- if: steps.check_downloaded_files.outcome == 'success'
284
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
285
with:
286
- name: .coverage-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}
+ name: coverage-report-${{hashFiles('.coverage')}}
287
path: .coverage
288
if-no-files-found: error
289
include-hidden-files: true
0 commit comments