Tfs.

ReportCodeCoverage(FilePath, DirectoryPath) Method

Summary

Reports the code coverage.
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake.TfsTasks
Containing Type
Tfs

Syntax

public void ReportCodeCoverage(FilePath summaryFile, DirectoryPath reportDirectory)

Parameters

Name Type Description
summaryFile FilePath The summary file.
reportDirectory DirectoryPath The report directory.

Return Value

Type Description
void