class

CoverageReporter::CoveragepyParser

Inherits CoverageReporter::BaseParser / Reference / Object

Class methods

name
Source

Instance methods

globs

Returns an array of globs that will be used to look for coverage reports.

Source
matches?(filename : String) : Bool

Checks if the file can be parsed with the parser.

Source
parse(filename : String, error : Process::Stdio = IO::Memory.new) : Array(FileReport)

Parses the file and returns an array of FileReport which will be sent to Coveralls API.

Source

Nested types