From cbdc1295f2e4a99bf4d8be1504e488604f14ec98 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 15 Jul 2025 17:37:47 +0200 Subject: [PATCH] Modify coverage upload --- .github/workflows/short-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/short-tests.yml b/.github/workflows/short-tests.yml index 0266fca..0f04573 100644 --- a/.github/workflows/short-tests.yml +++ b/.github/workflows/short-tests.yml @@ -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