Remove more codecov gem references.
This commit is contained in:
parent
4d1c369b1e
commit
1b2dab5efa
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,7 +92,6 @@
|
||||
**/vendor/bundle/ruby/*/gems/colorize-*/
|
||||
**/vendor/bundle/ruby/*/gems/commander-*/
|
||||
**/vendor/bundle/ruby/*/gems/connection_pool-*/
|
||||
**/vendor/bundle/ruby/*/gems/codecov-*/
|
||||
**/vendor/bundle/ruby/*/gems/diff-lcs-*/
|
||||
**/vendor/bundle/ruby/*/gems/docile-*/
|
||||
**/vendor/bundle/ruby/*/gems/domain_name-*/
|
||||
|
@ -1,8 +0,0 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `codecov` gem.
|
||||
# Please instead update this file by running `tapioca sync`.
|
||||
|
||||
# typed: true
|
||||
|
||||
# THIS IS AN EMPTY RBI FILE.
|
||||
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@ -6105,80 +6105,6 @@ module CodeRay
|
||||
def self.scanner(lang, options=T.unsafe(nil), &block); end
|
||||
end
|
||||
|
||||
module Codecov
|
||||
VERSION = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
module Codecov::SimpleCov
|
||||
end
|
||||
|
||||
class Codecov::SimpleCov::Formatter
|
||||
def format(report); end
|
||||
RESULT_FILE_NAME = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Codecov::SimpleCov::Formatter
|
||||
end
|
||||
|
||||
module Codecov::SimpleCov
|
||||
end
|
||||
|
||||
class Codecov::Uploader
|
||||
APPVEYOR = ::T.let(nil, ::T.untyped)
|
||||
AZUREPIPELINES = ::T.let(nil, ::T.untyped)
|
||||
BITBUCKET = ::T.let(nil, ::T.untyped)
|
||||
BITRISE = ::T.let(nil, ::T.untyped)
|
||||
BUILDKITE = ::T.let(nil, ::T.untyped)
|
||||
CIRCLE = ::T.let(nil, ::T.untyped)
|
||||
CODEBUILD = ::T.let(nil, ::T.untyped)
|
||||
CODESHIP = ::T.let(nil, ::T.untyped)
|
||||
DRONEIO = ::T.let(nil, ::T.untyped)
|
||||
GITHUB = ::T.let(nil, ::T.untyped)
|
||||
GITLAB = ::T.let(nil, ::T.untyped)
|
||||
HEROKU = ::T.let(nil, ::T.untyped)
|
||||
JENKINS = ::T.let(nil, ::T.untyped)
|
||||
RECOGNIZED_CIS = ::T.let(nil, ::T.untyped)
|
||||
SEMAPHORE = ::T.let(nil, ::T.untyped)
|
||||
SHIPPABLE = ::T.let(nil, ::T.untyped)
|
||||
SOLANO = ::T.let(nil, ::T.untyped)
|
||||
TEAMCITY = ::T.let(nil, ::T.untyped)
|
||||
TRAVIS = ::T.let(nil, ::T.untyped)
|
||||
WERCKER = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Codecov::Uploader
|
||||
def self.black(str); end
|
||||
|
||||
def self.build_params(ci); end
|
||||
|
||||
def self.detect_ci(); end
|
||||
|
||||
def self.display_header(); end
|
||||
|
||||
def self.green(str); end
|
||||
|
||||
def self.gzip_report(report); end
|
||||
|
||||
def self.handle_report_response(report); end
|
||||
|
||||
def self.net_blockers(switch); end
|
||||
|
||||
def self.red(str); end
|
||||
|
||||
def self.retry_request(req, https); end
|
||||
|
||||
def self.upload(report, disable_net_blockers=T.unsafe(nil)); end
|
||||
|
||||
def self.upload_to_codecov(ci, report); end
|
||||
|
||||
def self.upload_to_v2(url, report, query, query_without_token); end
|
||||
|
||||
def self.upload_to_v4(url, report, query, query_without_token); end
|
||||
end
|
||||
|
||||
module Codecov
|
||||
end
|
||||
|
||||
class CompilerSelector::Compiler
|
||||
def self.[](*_); end
|
||||
|
||||
@ -28306,13 +28232,6 @@ end
|
||||
module SimpleCov::Formatter
|
||||
end
|
||||
|
||||
class SimpleCov::Formatter::Codecov
|
||||
def format(result, disable_net_blockers=T.unsafe(nil)); end
|
||||
end
|
||||
|
||||
class SimpleCov::Formatter::Codecov
|
||||
end
|
||||
|
||||
class SimpleCov::Formatter::HTMLFormatter
|
||||
def branchable_result?(); end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user