WorkspaceCoverageConfig class final
Typed coverage configuration. Numeric thresholds keep their historical fallbacks (100) at the command layer; this model only validates shape.
Constructors
-
WorkspaceCoverageConfig({String? input, String? baseline, String? changedSince, double? minimumTotal, double? changedLineMinimum, List<
String> includedRoots = const [], Map<String, List< layers = const {}, Map<String> >String, Object?> extensions = const {}}) -
const
-
WorkspaceCoverageConfig.fromMap(Map<
Object?, Object?> value) -
factory
Properties
- baseline → String?
-
final
- changedLineMinimum → double?
-
final
- changedSince → String?
-
final
-
extensions
→ Map<
String, Object?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedRoots
→ List<
String> -
final
- input → String?
-
final
-
layers
→ Map<
String, List< String> > -
final
- minimumTotal → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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