Skip to content

Commit fd97d66

Browse files
authored
CCM-10891: fix static analysis (#692)
1 parent 67ef2ed commit fd97d66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ jobs:
186186
"./_cov_parts/**/lcov.info" \
187187
".reports/lcov.info" \
188188
--ignore "node_modules" \
189-
--prepend-source-files
189+
--prepend-source-files \
190+
--prepend-path-fix "../../"
190191
191192
- name: Upload merged LCOV
192193
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)