From fca924df07ebab577e7d8c5a1b2999d5db93ca6f Mon Sep 17 00:00:00 2001 From: Stephen Chudleigh Date: Thu, 19 Dec 2024 13:08:13 -0600 Subject: [PATCH] list coverage/ --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5928b3d5..01f41e40 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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