struct

CoverageReporter::Reporter::Settings

Inherits Struct / Value / Object

Constructors

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)
Source

Instance methods

base_path
carryforward
clone
Source
compare_ref
compare_sha
config_path
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)
Source
coverage_files
coverage_format
dry_run
fail_empty
job_flag_name
measure
overrides
parallel
repo_token