Merge pull request #13077 from mkllnk/simplecov

Fix artifact download for Simplecov collation
This commit is contained in:
Gaetan Craig-Riou
2025-01-20 09:41:38 +11:00
committed by GitHub

View File

@@ -553,7 +553,6 @@ jobs:
with:
pattern: simplecov-chunk-*
path: tmp/simplecov
merge-multiple: true
- name: collate results from each of the workers
run: bundle exec rake 'simplecov:collate_results[tmp/simplecov]'