class CoverageReporter::CI::Options

Overview

Coveralls API options that can be retrieved from CI environment variables.

Defined in:

coverage_reporter/ci/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(service_branch : String | Nil = nil, service_build_url : String | Nil = nil, service_event_type : String | Nil = nil, service_job_id : String | Nil = nil, service_job_number : String | Nil = nil, service_job_url : String | Nil = nil, service_name : String | Nil = nil, service_number : String | Nil = nil, service_pull_request : String | Nil = nil, service_attempt : String | Nil = nil, commit_sha : String | Nil = nil, repo_name : String | Nil = nil) #

[View source]

Instance Method Detail

def to_h : Hash(Symbol, String) #

[View source]