Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Hopefully make code climate coverage work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 25, 2017
1 parent a07565d commit 878712b
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 @@ -35,4 +35,5 @@ jobs:
- run: chmod +x ./cc-test-reporter
- run: ./cc-test-reporter before-build
- run: npm test
- run: ./cc-test-reporter after-build -t lcov --exit-code $?
- run: ./cc-test-reporter format-coverage -t lcov packages/api-explorer-ui/coverage/lcov.info
- run: ./cc-test-reporter upload-coverage

0 comments on commit 878712b

Please sign in to comment.