We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a4dd42 + 629994b commit c9ee054Copy full SHA for c9ee054
README.md
@@ -92,7 +92,7 @@ end
92
93
Note: This may work with other parallel test runners as long as they run on the same machine.
94
95
-Be sure you're using `simplecov` `>= 0.9.0`.
+Be sure you're using `simplecov` `>= 0.9.0`.
96
97
Add the following to your `test_helper.rb`/`spec_helper.rb` instead of what is normally required.
98
@@ -112,6 +112,10 @@ require 'codeclimate-test-reporter'
112
CodeClimate::TestReporter::Formatter.new.format(SimpleCov.result)
113
```
114
115
+## Using with multiple machines
116
+
117
+Use [codeclimate batch](https://github.com/grosser/codeclimate_batch)
118
119
## Help! Your gem is raising a ...
120
121
### VCR::Errors::UnhandledHTTPRequestError
0 commit comments