DotCoverReporter.

Report(FilePath, FilePath, DotCoverReportSettings) Method

Summary

Runs DotCover Cover with the specified settings.

Syntax

public void Report(FilePath sourceFile, FilePath outputFile, DotCoverReportSettings settings)

Parameters

Name Type Description
sourceFile FilePath The DotCover coverage snapshot file name.
outputFile FilePath The DotCover output file.
settings DotCoverReportSettings The settings.

Return Value

Type Description
void