Modify coverage upload
Some checks failed
Run short tests / run-tests (push) Failing after 1m11s

This commit is contained in:
2025-07-15 17:37:47 +02:00
parent a7ae5d465c
commit cbdc1295f2

View File

@@ -22,7 +22,7 @@ jobs:
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: ./src/cover.out
name: coverage-report_build_${{ github.run_number }}
path: ${{ github.workspace }}/src/cover.out
retention-days: 1