Skip to content

Commit 55a5a79

Browse files
committed
Fix codecov only solution
1 parent 527ceef commit 55a5a79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/static_analysis_and_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
runs-on: ubuntu-latest
4848
needs: [todos_repository_local_storage, vanilla, inherited_widget]
4949
steps:
50+
- name: Checkout repository
51+
uses: actions/checkout@v4
52+
- name: Download coverage artifacts
53+
uses: actions/download-artifact@v4
54+
with:
55+
path: .
5056
- name: Upload coverage to Codecov
5157
uses: codecov/codecov-action@v5
5258
env:

0 commit comments

Comments
 (0)