Skip to content

Commit 9fb34fe

Browse files
committed
Fix codecov by adding a deeper "fetch-depth" to GitHub Actions
I'm not sure when this became a requirement, but apparently in the past few days codecov started needing more commit history.
1 parent 6904835 commit 9fb34fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
steps:
185185
- name: Checkout source code
186186
uses: actions/checkout@v2
187+
with:
188+
fetch-depth: 0
187189
- name: Install Rust ${{ env.TOOLCHAIN }} toolchain
188190
uses: actions-rs/toolchain@v1
189191
with:

0 commit comments

Comments
 (0)