class

CoverageReporter::Reporter

Inherits Reference / Object

Constructors

new(*args, **kwargs)
Source

Instance methods

configure(*args, **kwargs)
Source
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.

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

Source
settings
Source

Nested types