Skip to content

Commit 0126e0a

Browse files
author
koliver_kv
committed
fix(cicd): add merge_multiple as true to tests cicd for downloading coverage data
1 parent fc2a5d2 commit 0126e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
uses: actions/download-artifact@v4
145145
with:
146146
pattern: coverage-data-*
147+
merge-multiple: "true"
147148

148149
- name: Combine coverage data and display human readable report
149150
run: |

0 commit comments

Comments
 (0)