CoverageReporter::Reporter
Inherits Reference / Object
Constructors
new(*args, **kwargs)
SourceInstance methods
configure(*args, **kwargs)
Sourceparallel_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.
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.
settings
Source