From e2813897b0515062fb561f8f341f22d19a95b6af Mon Sep 17 00:00:00 2001 From: Julia Nguyen Date: Sat, 4 Apr 2020 00:02:46 -0700 Subject: [PATCH] Fixing cc-test-reporter issue in Jest job --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cf04e252a..6b2dec5e11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,8 +72,8 @@ jobs: name: Run React Jest Tests command: | set -e - cd client && yarn lint:flow && yarn lint:eslint && yarn test:circleci - cd ~/ifmeorg/ifme/tmp && ./cc-test-reporter format-coverage -t lcov -o codeclimate.frontend.json ../client/coverage/lcov.info + (cd client && yarn lint:flow && yarn lint:eslint && yarn test:circleci) + (cd client && ../tmp/cc-test-reporter format-coverage -t lcov -o ../tmp/codeclimate.frontend.json coverage/lcov.info) - run: name: Run YAML linter command: |