class CoverageReporter::Api::Jobs

Defined in:

coverage_reporter/api/jobs.cr

Constant Summary

API_VERSION = "v1"
BOUNDARY = "CoverageReporterBoundary".rjust(50, '-')

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config, parallel : Bool, source_files : SourceFiles, git_info : Hash(Symbol, Hash(Symbol, String) | String)) #

[View source]

Instance Method Detail

def send_request(dry_run : Bool = false) #

[View source]