Skip to content

Commit

Permalink
specify coverage.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Dec 14, 2024
1 parent ddf0925 commit 37e0b45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
name: test_executor

environment:
PHOENIX_URI: http://localhost:4000
- PHOENIX_URI: http://localhost:4000
- CC_TEST_REPORTER_ID: a561562e78b6f0b3e346d4811eef2b020f977cd089bf459f102f6229dd100703


parallelism: 1

Expand Down Expand Up @@ -105,7 +107,8 @@ jobs:
$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
./cc-test-reporter format-coverage \
--output coverage/codeclimate.rspec.$CIRCLE_NODE_INDEX.3.2.4.json
--output coverage/codeclimate.rspec.$CIRCLE_NODE_INDEX.3.2.4.json \
coverage/coverage.json
- persist_to_workspace:
root: ~/Challenge_platform/coverage
Expand All @@ -125,7 +128,7 @@ jobs:
name: test_executor

environment:
- CC_TEST_REPORTER_ID: "a561562e78b6f0b3e346d4811eef2b020f977cd089bf459f102f6229dd100703"
- CC_TEST_REPORTER_ID: a561562e78b6f0b3e346d4811eef2b020f977cd089bf459f102f6229dd100703

steps:
- restore_cache:
Expand Down

0 comments on commit 37e0b45

Please sign in to comment.