Skip to content

Commit 9ac5e75

Browse files
authored
Merge pull request #763 from sir-gon/develop
[BUGFIX] [Github Actions] codecov require access to source code.
2 parents 0281a81 + 5a735e7 commit 9ac5e75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
needs: build-and-test
4848

4949
steps:
50+
- name: Checkout repository
51+
uses: actions/checkout@v5
52+
with:
53+
fetch-depth: 0
54+
5055
- name: Download coverage artifact
5156
uses: actions/download-artifact@v5
5257
with:

0 commit comments

Comments
 (0)