This is part of the Fake.DotNet.Testing.Coverlet module.

Coverlet

Contains options to run Coverlet as part of dotnet test.

Nested types and modules

TypeDescription
CoverletParams

Coverlet MSBuild parameters. For more details see: https://github.com/tonerdo/coverlet/blob/master/Documentation/MSBuildIntegration.md

OutputFormat

The coverage report file format.

ThresholdStat

The statistic to use when failing under a threshold.

ThresholdType

The type of coverage to use when failing under a threshold.

Functions and values

Function or valueDescription
Coverlet.withDotNetTestOptions(...)
Signature: param:(CoverletParams -> CoverletParams) -> options:TestOptions -> TestOptions

Add Coverlet parameters to the dotnet test command.

Coverlet.withMSBuildArguments param args
Signature: param:(CoverletParams -> CoverletParams) -> args:CliArguments -> CliArguments

Add Coverlet parameters to the MSBuild command.