CoverageFileLocator class

A utility class for locating all of the coverage files in a monorepo.

Constructors

CoverageFileLocator(String repoPath)
Accepts a repoPath to search for coverage files.

Properties

hashCode int
The hash code for this object.
no setterinherited
repoPath String
The root path of your monorepo.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findAll({required String exclude}) Stream<File>
Finds all .info files in the repo and returns them as a Stream.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited