diff --git a/.github/workflows/node-coverage.yml b/.github/workflows/node-coverage.yml index aa9eaffb..a5786f0a 100644 --- a/.github/workflows/node-coverage.yml +++ b/.github/workflows/node-coverage.yml @@ -47,6 +47,11 @@ jobs: needs: build-and-test steps: + - name: Checkout repository + uses: actions/checkout@v5 + with: + fetch-depth: 0 + - name: Download coverage artifact uses: actions/download-artifact@v5 with: