Skip to content

Commit a6ed217

Browse files
Update README.md
1 parent c9ee054 commit a6ed217

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ 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.
118+
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+
117121
Use [codeclimate batch](https://github.com/grosser/codeclimate_batch)
118122

119123
## Help! Your gem is raising a ...

0 commit comments

Comments
 (0)