Skip to content

Commit c9ee054

Browse files
Merge pull request #83 from grosser/grosser/read
explain how to use multiple machines
2 parents 7a4dd42 + 629994b commit c9ee054

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
@@ -92,7 +92,7 @@ end
9292

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

95-
Be sure you're using `simplecov` `>= 0.9.0`.
95+
Be sure you're using `simplecov` `>= 0.9.0`.
9696

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

@@ -112,6 +112,10 @@ require 'codeclimate-test-reporter'
112112
CodeClimate::TestReporter::Formatter.new.format(SimpleCov.result)
113113
```
114114

115+
## Using with multiple machines
116+
117+
Use [codeclimate batch](https://github.com/grosser/codeclimate_batch)
118+
115119
## Help! Your gem is raising a ...
116120

117121
### VCR::Errors::UnhandledHTTPRequestError

0 commit comments

Comments
 (0)