Skip to content

Commit

Permalink
list All files
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Dec 19, 2024
1 parent 73c9036 commit c88fdeb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ jobs:
--out /tmp/test-results/rspec.xml \
--format progress \
$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
printf 'ls -l /tmp/test-results\n'
ls -l /tmp/test-results
printf 'ls -Al /tmp/test-results\n'
ls -Al /tmp/test-results
printf 'ls -Al coverage BEFORE format-coverage\n'
ls -Al coverage/
./cc-test-reporter format-coverage \
--output coverage/codeclimate.rspec.$CIRCLE_NODE_INDEX.3.2.4.json
printf 'ls -l coverage after format-coverage\n'
ls -l coverage/
printf 'ls -Al coverage AFTER format-coverage\n'
ls -Al coverage/
- persist_to_workspace:
root: ~/Challenge_platform/coverage
Expand Down

0 comments on commit c88fdeb

Please sign in to comment.