From 9326b0721186e43e57f6da2923bd9509fa164f02 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sat, 16 Sep 2023 23:07:15 -0700 Subject: [PATCH] fix: codecov error meesage about sha value --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95957811..6e431e91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Setup Go uses: actions/setup-go@v2