sorbet/tapioca/require: don't start SimpleCov
This commit is contained in:
parent
42212b3ce8
commit
fd1ea6d5c9
@ -7,6 +7,9 @@ dependency_require_map = {
|
||||
"ruby-macho" => "macho",
|
||||
}.freeze
|
||||
|
||||
# Don't start coverage tracking automatically
|
||||
ENV["SIMPLECOV_NO_DEFAULTS"] = "1"
|
||||
|
||||
Bundler.definition.locked_gems.specs.each do |spec|
|
||||
name = spec.name
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user