feature/improve_test_automation #2

Merged
tliu93 merged 3 commits from feature/improve_test_automation into main 2025-07-15 17:42:22 +02:00
Showing only changes of commit cbdc1295f2 - Show all commits

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