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 - 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