Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't call SimpleCov.result before checking SimpleCov.result? #674

Merged

Commits on Apr 11, 2018

  1. simplecov.rb: check .result? in .run_exit_tasks! rather than in .proc…

    …ess_result
    
    in order to avoid instantiating SimpleCov.result prior to performing the .result? check, as doing so guarantees that .result? will always return 'true'
    tomeon committed Apr 11, 2018
    Copy the full SHA
    649149c View commit details
    Browse the repository at this point in the history
  2. spec/result_merger_spec.rb: test that manually-stored merged results …

    …data isn't clobbered by SimpleCov.run_exit_tasks\!/.process_results
    tomeon committed Apr 11, 2018
    Copy the full SHA
    4e853f1 View commit details
    Browse the repository at this point in the history