Merge pull request #10775 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.5.1
build(deps): bump codecov from 0.5.0 to 0.5.1 in /Library/Homebrew
This commit is contained in:
commit
3e69c2b77b
@ -12,7 +12,7 @@ GEM
|
||||
bootsnap (1.7.2)
|
||||
msgpack (~> 1.0)
|
||||
byebug (11.1.3)
|
||||
codecov (0.5.0)
|
||||
codecov (0.5.1)
|
||||
simplecov (>= 0.15, < 0.22)
|
||||
coderay (1.1.3)
|
||||
colorize (0.8.1)
|
||||
|
@ -6118,6 +6118,15 @@ module Codecov
|
||||
VERSION = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
module Codecov::Configuration
|
||||
def pass_ci_if_error(); end
|
||||
|
||||
def pass_ci_if_error=(pass_ci_if_error); end
|
||||
end
|
||||
|
||||
module Codecov::Configuration
|
||||
end
|
||||
|
||||
module Codecov::SimpleCov
|
||||
end
|
||||
|
||||
@ -6186,6 +6195,7 @@ class Codecov::Uploader
|
||||
end
|
||||
|
||||
module Codecov
|
||||
extend ::Codecov::Configuration
|
||||
end
|
||||
|
||||
class CompilerSelector::Compiler
|
||||
|
@ -22,7 +22,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/docile-1.3.5/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov_json_formatter-0.1.2/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/codecov-0.5.0/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/codecov-0.5.1/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/coderay-1.1.3/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/colorize-0.8.1/lib"
|
||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/highline-2.0.3/lib"
|
||||
|
Loading…
x
Reference in New Issue
Block a user