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.
1 parent 441d8ca commit dc8f8ddCopy full SHA for dc8f8dd
README.md
@@ -641,7 +641,7 @@ To configure this, use `.at_fork`.
641
```ruby
642
SimpleCov.enable_for_subprocesses true
643
SimpleCov.at_fork do |pid|
644
- # This needs a unique name so it won't be ovewritten
+ # This needs a unique name so it won't be overwritten
645
SimpleCov.command_name "#{SimpleCov.command_name} (subprocess: #{pid})"
646
# be quiet, the parent process will be in charge of output and checking coverage totals
647
SimpleCov.print_error_status = false
0 commit comments