Update RBI files for codecov.

This commit is contained in:
BrewTestBot 2021-03-04 06:01:47 +00:00
parent 731fa83e01
commit 84c26f1585
2 changed files with 10 additions and 0 deletions

View File

@ -6118,6 +6118,15 @@ module Codecov
VERSION = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped)
end 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 module Codecov::SimpleCov
end end
@ -6186,6 +6195,7 @@ class Codecov::Uploader
end end
module Codecov module Codecov
extend ::Codecov::Configuration
end end
class CompilerSelector::Compiler class CompilerSelector::Compiler