From 40d0b3e670413ad50ecf3d2ca93c92998523942c Mon Sep 17 00:00:00 2001 From: Ricardo Abreu Date: Tue, 19 Jul 2022 02:31:44 +0100 Subject: [PATCH] [gha] Increase checkout depth Make Codecov happy --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f520c26..feb90c1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,8 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v3 + with: + fetch-depth: 2 # Codecov requests >1 - name: Determine number of cpus on Linux if: startsWith(matrix.os, 'ubuntu')