class

CoverageReporter::Config

Inherits Reference / Object

Constants

CI_OPTIONS = {CI::CircleCI, CI::Github, CI::Gitlab, CI::Travis, CI::Semaphore, CI::Jenkins, CI::Appveyor, CI::Tddium, CI::Azure, CI::Buildkite, CI::Codefresh, CI::Codeship, CI::Surf, CI::Wercker, CI::Drone, CI::XcodeCloud, CI::Local}
DEFAULT_ENDPOINT = "https://coveralls.io"
LOCAL_ENDPOINT = "http://localhost:3000"

Constructors

new(repo_token : String | Nil, path : String | Nil = "", flag_name : String | Nil = nil, overrides : CI::Options | Nil = nil, compare_ref : String | Nil = nil, compare_sha : String | Nil = nil)
Source

Instance methods

[](*args, **options)
Source
[](*args, **options, &)
Source
[]?(*args, **options)
Source
[]?(*args, **options, &)
Source
carryforward(*args, **options)
Source
carryforward(*args, **options, &)
Source
endpoint
Source
flag_name
Source
repo_token
Source
to_h
Source

Nested types