mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 17:23:19 +00:00
Fix ensure unique coverage report artifacts
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@ -79,5 +79,5 @@ jobs:
|
|||||||
- name: 'Upload coverage report'
|
- name: 'Upload coverage report'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage-report-${{ matrix.python-tag }}-${{ matrix.ln-vendor }}
|
name: coverage-report-${{ matrix.python-tag }}-${{ matrix.ln-vendor }}-${{ github.run_id }}
|
||||||
path: htmlcov/
|
path: htmlcov/
|
Reference in New Issue
Block a user