class CoverageReporter::Reporter
- CoverageReporter::Reporter
- Reference
- Object
Defined in:
coverage_reporter/reporter.crConstructors
Instance Method Summary
- #configure(*args, **kwargs)
-
#parallel_done
Reports that all parallel jobs were reported and Coveralls can aggregate coverage results.
-
#report
Parses the coverage reports in the current directory or the given coverage_file and sends the report to Coveralls API.
- #settings : Settings
Constructor Detail
Instance Method Detail
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.
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.