DotCoverCoverSettingsExtensions.

WithXmlReportCoveringTestsScope(DotCoverCoverSettings, DotCoverReportScope) Method

Summary

Sets the XML report covering tests scope.

Syntax

public static DotCoverCoverSettings WithXmlReportCoveringTestsScope(this DotCoverCoverSettings settings, DotCoverReportScope scope)

Parameters

Name Type Description
settings DotCoverCoverSettings The settings.
scope DotCoverReportScope The granularity for including covering tests in XML reports.

Return Value

Type Description
DotCoverCoverSettings The same DotCoverCoverSettings instance so that multiple calls can be chained.