Skip to content

Commit

Permalink
list coverage/
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Dec 19, 2024
1 parent 0788919 commit fca924d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ jobs:
--out /tmp/test-results/rspec.xml \
--format progress \
$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
printf 'ls -l coverage\n'
ls -l coverage/
./cc-test-reporter format-coverage \
--output coverage/codeclimate.rspec.$CIRCLE_NODE_INDEX.3.2.4.json
Expand Down

0 comments on commit fca924d

Please sign in to comment.