class CoverageReporter::FileReport
- CoverageReporter::FileReport
- Reference
- Object
Overview
File coverage report entity for Coveralls API.
Defined in:
coverage_reporter/file_report.crConstant Summary
-
SEPARATOR =
Path::SEPARATORS.first
-
Platform-dependant separator. / - for POSIX \ - for Windows
See
Path::SEPARATORS
Constructors
Instance Method Summary
- #branches : Array(Int64?) | Array(Int64) | Nil
- #coverage : Array(Int64?)
- #format : String?
- #name : String
- #to_h : Hash(Symbol, String | Array(Int64 | Nil) | Array(Int64))
Constructor Detail
def self.new(name : String, coverage : Array(Int64 | Nil), branches : Array(Int64 | Nil) | Array(Int64) | Nil = nil, source_digest : String | Nil = nil, format : String | Nil = nil)
#