Skip to content

Commit

Permalink
wip-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Jan 15, 2025
1 parent eace31f commit f5bad98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,11 @@ jobs:
path: tmp/simplecov
merge-multiple: true

- name: debug
run: |
ls -la tmp/simplecov
ls -la tmp/simplecov/**/.resultset.json
- name: collate results from each of the workers
run: bundle exec rake 'simplecov:collate_results[tmp/simplecov]'

Expand Down

0 comments on commit f5bad98

Please sign in to comment.