From 2cc1f6e2dc531a869c445749df20b17a115e912d Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Sun, 30 Jun 2024 10:31:36 -0600 Subject: [PATCH] fix coverage job checkout --- .github/workflows/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e33c82f..37d4bb0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,6 +52,9 @@ jobs: IVERILOG_REF: ef7f0a8f38782dfc0872b1e352ccf32343c10bb8 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Install Dependencies (macOS) if: runner.os == 'macOS' run: |