Skip to content

Commit 223ef88

Browse files
committed
github/workflows: fix codecov/codecov-action warning
1 parent 825e071 commit 223ef88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Checkout code
3636
uses: actions/checkout@v2
37+
with:
38+
fetch-depth: 2
3739

3840
- name: Install nvim binary
3941
uses: rhysd/action-setup-vim@v1

0 commit comments

Comments
 (0)