Skip to content

Commit

Permalink
Fixing cc-test-reporter issue in Jest job
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Apr 4, 2020
1 parent 8e00f69 commit e281389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e281389

Please sign in to comment.