From 5a735e73686b350c9de25650d79ea3fdfc30dbde Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Tue, 2 Sep 2025 16:08:42 -0400 Subject: [PATCH] [BUGFIX] [Github Actions] codecov require access to source code. --- .github/workflows/node-coverage.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: