Skip to content

Commit 109173b

Browse files
Update README.md
1 parent a6ed217 commit 109173b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,9 @@ CodeClimate::TestReporter::Formatter.new.format(SimpleCov.result)
114114

115115
## Using with multiple machines
116116

117-
For the time-being, we don't officially support coverage data from parallel test runs. That said, the following solution (codeclimate_batch) is a handy work-around that was created by one of our customers.
117+
For the time-being, we don't officially support coverage data from parallel test runs. That said, [codeclimate batch](https://github.com/grosser/codeclimate_batch) is a handy work-around that was created by one of our customers.
118118

119-
Note that this solution requires standing up a separate server (like a Heroku instance) that sits between your testing environment and Code Climate. Though this option is not formally supported, if you have an immediate need for parallel testing support, codeclimate_batch is a helpful interim solution until we can release our official support for this.
120-
121-
Use [codeclimate batch](https://github.com/grosser/codeclimate_batch)
119+
Note that this solution requires standing up a separate server (like a Heroku instance) that sits between your testing environment and Code Climate. Though this option is not formally supported, if you have an immediate need for parallel testing support, [codeclimate batch](https://github.com/grosser/codeclimate_batch) is a helpful interim solution until we can release our official support for this.
122120

123121
## Help! Your gem is raising a ...
124122

0 commit comments

Comments
 (0)