Skip to content
Snippets Groups Projects
Commit 4f39c8fb authored by Arnaud Levy's avatar Arnaud Levy
Browse files

run instead of deploy

parent 630d2876
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ jobs:
# CodeClimate coverage
- run: ./cc-test-reporter format-coverage --output "coverage/codeclimate.$CIRCLE_NODE_INDEX.json"
- deploy:
- run:
name: report CodeClimate coverage
command: |
./cc-test-reporter sum-coverage --output - --parts $CIRCLE_NODE_TOTAL coverage/codeclimate.*.json | ./cc-test-reporter upload-coverage --input -
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment