simplecov
simplecov copied to clipboard
Turn off simplecov with parallel tests
Hi, how can I disable simplecov if I run tests with parallel tests?
What about placing something similar to this in your test helper.
if ENV['TEST_ENV_NUMBER'].nil?
Simplecov.start
end