Skip to content

Commit 7427266

Browse files
Fix error in CodeCov output.
"Issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0"
1 parent f6da93e commit 7427266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

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

2121
steps:
2222
- uses: actions/checkout@v2
23+
with:
24+
fetch-depth: '2'
2325

2426
- name: Test on Node ${{ matrix.node-version }}
2527
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)