Fix artifact download for Simplecov collation

v4 of the artifact actions works differently to v3.
This commit is contained in:
Maikel Linke
2025-01-15 11:51:58 +11:00
parent eace31f1fc
commit 6b76fbc817

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]'