You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent an "instance variable not initialized" warning
Under $VERBOSE=true, simplecov emits the following warning:
```
lib/simplecov/configuration.rb:203: warning: instance variable @enable_for_subprocesses not initialized
```
This change suppresses the warning.
0 commit comments