Skip to content

Commit

Permalink
[gha] Increase checkout depth
Browse files Browse the repository at this point in the history
Make Codecov happy
  • Loading branch information
ricab committed Jul 19, 2022
1 parent ab0e755 commit 40d0b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 40d0b3e

Please # to comment.