class CoverageReporter::Reporter

Defined in:

coverage_reporter/reporter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*args, **kwargs) #

[View source]

Instance Method Detail

def configure(*args, **kwargs) #

[View source]
def parallel_done #

Reports that all parallel jobs were reported and Coveralls can aggregate coverage results.

Refers to a build via service_number parameter which is either taken from a CI-specific ENV, or can be set explicitly via COVERALLS_SERVICE_NUMBER environment variable.


[View source]
def report #

Parses the coverage reports in the current directory or the given coverage_file and sends the report to Coveralls API.

If coverage_file is provided only its content will be parsed. Otherwise current directory will be searched for all supported report formats.


[View source]
def settings : Settings #

[View source]