Update RBI files for codecov.
This commit is contained in:
parent
731fa83e01
commit
84c26f1585
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user