Skip to content

Commit e6e48df

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 e6e48df

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
@@ -157,6 +157,8 @@ jobs:
157157
apt-get -y install cargo valgrind lld git g++ clang
158158
- name: Checkout source code
159159
uses: actions/checkout@v2
160+
with:
161+
fetch-depth: 0
160162
- name: Sanity test bindings
161163
working-directory: lightning-c-bindings
162164
run: cargo check

0 commit comments

Comments
 (0)