Skip to content

Instantly share code, notes, and snippets.

@myronmarston
Created March 10, 2014 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myronmarston/9474463 to your computer and use it in GitHub Desktop.
Save myronmarston/9474463 to your computer and use it in GitHub Desktop.
original_process = Process.pid
SimpleCov.at_exit do
if Process.pid == original_process
SimpleCov.result.format!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment