Skip to content

Commit b1dc6c1

Browse files
authored
Merge pull request #324 from sir-gon/develop
[BUGFIX] sonarcloud: Shallow clone detected during the analysis. Some…
2 parents 505ad83 + 4d81bb2 commit b1dc6c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
25-
25+
with:
26+
fetch-depth: 0
2627
- name: Set up Node.js ${{ matrix.node-version }}
2728
uses: actions/setup-node@v4
2829
with:

0 commit comments

Comments
 (0)