CoverageFileLocator class
A utility class for locating all of the coverage files in a monorepo.
Constructors
- CoverageFileLocator(String repoPath)
-
Accepts a
repoPathto search for coverage files.
Properties
Methods
-
findAll(
{required String exclude}) → Stream< File> -
Finds all
.infofiles 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