You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Code Climate UI has changed a bit since this was initialy written. Notably, "Repo Settings" is now just "Settings".
Making this into a list and linking directly to their documentation should make things a bit more clear.
1. In the Code Climate UI, go to your repo and then navigate to **Settings -> Test Coverage**.
164
+
2. Grab your test reporter token and add it to your CircleCI [environment variables]({{site.baseurl}}/environment-variables/) as `CODECLIMATE_REPO_TOKEN`.
165
+
3. Follow the [Code Climate documentation](https://docs.codeclimate.com/docs/setting-up-test-coverage#section-how-to) for your specific language or framework.
168
166
169
167
Code Climate does not currently support CircleCI's parallelization.
0 commit comments