struct CoverageReporter::Reporter::Settings

Defined in:

coverage_reporter/reporter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(base_path : String | Nil = nil, carryforward : String | Nil = nil, compare_ref : String | Nil = nil, compare_sha : String | Nil = nil, config_path : String | Nil = nil, coverage_files : Array(String) | Nil = nil, coverage_format : String | Nil = nil, dry_run : Bool = false, fail_empty : Bool = false, job_flag_name : String | Nil = nil, overrides : CI::Options | Nil = nil, parallel : Bool = false, repo_token : String | Nil = nil, measure : Bool = false) #

[View source]

Instance Method Detail

def base_path : String | Nil #

def carryforward : String | Nil #

def clone #

[View source]
def compare_ref : String | Nil #

def compare_sha : String | Nil #

def config_path : String | Nil #

def copy_with(base_path _base_path = @base_path, carryforward _carryforward = @carryforward, compare_ref _compare_ref = @compare_ref, compare_sha _compare_sha = @compare_sha, config_path _config_path = @config_path, coverage_files _coverage_files = @coverage_files, coverage_format _coverage_format = @coverage_format, dry_run _dry_run = @dry_run, fail_empty _fail_empty = @fail_empty, job_flag_name _job_flag_name = @job_flag_name, overrides _overrides = @overrides, parallel _parallel = @parallel, repo_token _repo_token = @repo_token, measure _measure = @measure) #

[View source]
def coverage_files : Array(String) | Nil #

def coverage_format : String | Nil #

def dry_run : Bool #

def fail_empty : Bool #

def job_flag_name : String | Nil #

def measure : Bool #

def overrides : CI::Options | Nil #

def parallel : Bool #

def repo_token : String | Nil #