MiniCoverSettingsExtensions.

WithCoverageFile(MiniCoverSettings, string) Method

Summary

Use the provided name for the internal coverage file

Syntax

public static MiniCoverSettings WithCoverageFile(this MiniCoverSettings settings, string coverageFile)

Parameters

Name Type Description
settings MiniCoverSettings The settings.
coverageFile string The name of the internal coverage file

Return Value

Type Description
MiniCoverSettings The MiniCoverSettings instance so that multiple calls can be chained