struct CoverageReporter::Reporter::Settings
- CoverageReporter::Reporter::Settings
- Struct
- Value
- Object
Defined in:
coverage_reporter/reporter.crConstructors
Instance Method Summary
- #base_path : String | Nil
- #carryforward : String | Nil
- #clone
- #compare_ref : String | Nil
- #compare_sha : String | Nil
- #config_path : String | Nil
- #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)
- #coverage_files : Array(String) | Nil
- #coverage_format : String | Nil
- #dry_run : Bool
- #fail_empty : Bool
- #job_flag_name : String | Nil
- #measure : Bool
- #overrides : CI::Options | Nil
- #parallel : Bool
- #repo_token : String | Nil
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)
#
Instance Method Detail
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)
#