class CoverageReporter::Config
- CoverageReporter::Config
- Reference
- Object
Defined in:
coverage_reporter/config.crConstant Summary
-
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
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &)
- #[]?(*args, **options)
- #[]?(*args, **options, &)
- #carryforward(*args, **options)
- #carryforward(*args, **options, &)
- #endpoint
- #flag_name : String | Nil
- #repo_token : String | Nil
- #to_h
Constructor Detail
def self.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)
#