From 65cf68f9a3bbf73242726abfd8e03188fb0977ef Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Sat, 4 Oct 2025 04:19:40 +0200 Subject: [PATCH] Add checkout step to repo --- .github/workflows/coverage.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d6777e25a00..f0596dd9474 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -125,6 +125,11 @@ jobs: needs: library-tests runs-on: ubuntu-latest steps: + - name: Checkout the repository + uses: actions/checkout@v5 + with: + fetch-depth: 2 + - name: Download all coverage artifacts uses: actions/download-artifact@v4 with: