Skip to content

Commit b2eb1a1

Browse files
committed
reword code climate section
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 parent e5cde80 commit b2eb1a1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

jekyll/_docs/code-coverage.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,9 @@ parallel builds.
160160

161161
### Code Climate
162162

163-
If you're a Code Climate customer, follow the instructions under
164-
**Repo Settings -> Test Coverage**
165-
from your repo on the Code Climate site.
166-
You'll need to add your `CODECLIMATE_REPO_TOKEN` to your CircleCI
167-
[environment variables]({{site.baseurl}}/environment-variables/).
163+
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.
168166

169167
Code Climate does not currently support CircleCI's parallelization.
170168

0 commit comments

Comments
 (0)