CombinedCoverageFile class
The file where all monorepo coverage files will be merged.
Constructors
- CombinedCoverageFile(String outputDirectory, {String? fileName})
-
The resulting
fileNameislcov.infoby default, but the file name can be optionally overridden.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String content) → Future< void> -
Writes the provided
contentto the file location
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited