Fix coverage reports clobbering each other (#5267)

merge-multiple would silently drop files with clashing names - it ultimately isn't necessary given the `find` command will happily find them in nested subdirs
This commit is contained in:
Michael Telatynski
2026-04-16 12:48:51 +01:00
committed by GitHub
parent 159cca0363
commit ef9b13e2a6
-1
View File
@@ -63,7 +63,6 @@ jobs:
run-id: ${{ github.event.workflow_run.id }}
pattern: coverage-*
path: coverage
merge-multiple: true
- name: Check coverage artifact
run: |
if [ ! -d coverage ]; then