Skip to content

Commit 6affd0b

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 07aff06 commit 6affd0b

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
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout source code
3535
uses: actions/checkout@v2
36+
with:
37+
fetch-depth: 0
3638
- name: Install Rust ${{ matrix.toolchain }} toolchain
3739
uses: actions-rs/toolchain@v1
3840
with:

0 commit comments

Comments
 (0)