Table of Contents

Class FlakeProfileConfig

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll

Profile-level overrides for flake detection parameters. Any non-null value overrides the project-level FlakeConfig.

public record FlakeProfileConfig : IEquatable<FlakeProfileConfig>
Inheritance
FlakeProfileConfig
Implements
Inherited Members

Properties

MinFails

public int? MinFails { get; init; }

Property Value

int?

MinPasses

public int? MinPasses { get; init; }

Property Value

int?

Threshold

public double? Threshold { get; init; }

Property Value

double?

Window

public int? Window { get; init; }

Property Value

int?