Skip to content

Commit

Permalink
Fix artifact download for Simplecov collation
Browse files Browse the repository at this point in the history
v4 of the artifact actions works differently to v3.
  • Loading branch information
mkllnk committed Jan 15, 2025
1 parent eace31f commit 6b76fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down

0 comments on commit 6b76fbc

Please sign in to comment.