Skip to content

Commit 0c99874

Browse files
committed
fix(ci): initialize git submodules in coverage workflow
- Add submodules: true to checkout step for consistency with other workflows - Ensures all submodules are available during coverage builds
1 parent 3b8a7bb commit 0c99874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
26+
with:
27+
submodules: true
2628

2729
- name: Install dependencies
2830
run: |

0 commit comments

Comments
 (0)