CoverageReporter::GolangParser
Inherits CoverageReporter::BaseParser / Reference / Object
Constants
COVERAGE_RE = Regex.new("^[\\w.-]+\\/(?:[\\w.-]+\\/)?(?:[\\w.-]+\\/)?(?:v\\d+\\/)?(.*\\.go):(\\d+)\\.\\d+,(\\d+)\\.\\d+\\s+\\d+\\s+(\\d+)", Regex::CompileOptions::MATCH_INVALID_UTF)
Instance methods
parse(filename : String) : Array(FileReport)
Parses the file and returns an array of FileReport which will be
sent to Coveralls API.