Skip to content

Commit 6843912

Browse files
⚙️ config(ci): Fix codecov code coverage upload issue.
See codecov/codecov-action#1801.
1 parent f36f5d2 commit 6843912

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/use-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
timeout-minutes: 1
7777

7878
steps:
79+
- name: Checkout 🛎️
80+
uses: actions/checkout@v4
81+
with:
82+
submodules: true
83+
7984
- name: Load coverage data 💽
8085
uses: actions/download-artifact@v4
8186
with:

0 commit comments

Comments
 (0)