This commit is contained in:
4
.github/workflows/short-tests.yml
vendored
4
.github/workflows/short-tests.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: coverage-report
|
name: coverage-report_build_${{ github.run_number }}
|
||||||
path: ./src/cover.out
|
path: ${{ github.workspace }}/src/cover.out
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user