CoverageReporter::FileReport
Inherits Reference / Object
File coverage report entity for Coveralls API.
Constants
SEPARATOR = Path::SEPARATORS.first
Platform-dependant separator. / - for POSIX \ - for Windows
See Path::SEPARATORS
Constructors
new(name : String, coverage : Array(Hits | Nil), branches : Array(Hits) | Nil = nil, source_digest : String | Nil = nil, format : String | Nil = nil, base_path : String | Nil = nil)
SourceClass methods
Instance methods
branches
Sourcecoverage
Sourceformat
Sourcename
Sourceto_h
Source