Skip to content

Commit 629994b

Browse files
committed
explain how to use multiple machines
1 parent 592638f commit 629994b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ end
7676

7777
Note: This may work with other parallel test runners as long as they run on the same machine.
7878

79-
Be sure you're using `simplecov` `>= 0.9.0`.
79+
Be sure you're using `simplecov` `>= 0.9.0`.
8080

8181
Add the following to your `test_helper.rb`/`spec_helper.rb` instead of what is normally required.
8282

@@ -96,6 +96,10 @@ require 'codeclimate-test-reporter'
9696
CodeClimate::TestReporter::Formatter.new.format(SimpleCov.result)
9797
```
9898

99+
## Using with multiple machines
100+
101+
Use [codeclimate batch](https://github.com/grosser/codeclimate_batch)
102+
99103
## Help! Your gem is raising a ...
100104

101105
### VCR::Errors::UnhandledHTTPRequestError

0 commit comments

Comments
 (0)