MiniCoverSettingsExtensions.

WithoutSourcesMatching(MiniCoverSettings, string) Method

Summary

Exclude files matching the specified pattern from coverage results

Syntax

public static MiniCoverSettings WithoutSourcesMatching(this MiniCoverSettings settings, string pattern)

Parameters

Name Type Description
settings MiniCoverSettings The settings.
pattern string The glob pattern to use when searching for source files

Return Value

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