Florin Popa
Results
2
comments of
Florin Popa
You're experiencing this because the documentation [here](https://docs.codeclimate.com/docs/circle-ci-test-coverage-example#section-circleci-20-parallel-builds) is incomplete. I got this working by using `persist_to_workspace` to persist the codeclimate reports and then I've moved the `deploy` step into a...
This should help. https://github.com/FlorinPopaCodes/bike_index/commit/bc2b525d35782de5fb7609a5da2469466f38917a I tested this and it runs and uploads as expected.