We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 216b2d5 + dc8f8dd commit 2b2a62eCopy full SHA for 2b2a62e
README.md
@@ -651,7 +651,7 @@ To configure this, use `.at_fork`.
651
```ruby
652
SimpleCov.enable_for_subprocesses true
653
SimpleCov.at_fork do |pid|
654
- # This needs a unique name so it won't be ovewritten
+ # This needs a unique name so it won't be overwritten
655
SimpleCov.command_name "#{SimpleCov.command_name} (subprocess: #{pid})"
656
# be quiet, the parent process will be in charge of output and checking coverage totals
657
SimpleCov.print_error_status = false
0 commit comments