CoverageReporter::YamlConfig
Inherits YAML::Serializable / Reference / Object
.coveralls.yml config representation.
Constants
DEFAULT_LOCATION = ".coveralls.yml"
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass methods
read(path)
SourceInstance methods
carryforward
Sourcecarryforward=(carryforward : String | Nil)
Sourceendpoint
Sourceendpoint=(endpoint : String | Nil)
Sourcerepo_name
Sourcerepo_name=(repo_name : String | Nil)
Sourcerepo_secret_token
Sourcerepo_secret_token=(repo_secret_token : String | Nil)
Sourcerepo_token
Sourcerepo_token=(repo_token : String | Nil)
Sourceservice_name
Sourceservice_name=(service_name : String | Nil)
Source