DotCoverCoverSettingsExtensions.

WithJsonReportCoveringTestsScope(DotCoverCoverSettings, DotCoverReportScope) Method

Summary

Sets the JSON report covering tests scope.

Syntax

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

Parameters

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

Return Value

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