From 5db8d91a7a755d8d8769f9c7d42471466737cc92 Mon Sep 17 00:00:00 2001 From: Goutham Ponnada Date: Tue, 22 Oct 2024 13:13:49 -0700 Subject: [PATCH] chore: update coveralls workflow to fetch commit history --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0842d386..94a21892 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + with: + fetch-depth: 0 - name: Use Node.js 18.x uses: actions/setup-node@v1