IAzurePipelinesCommands.

PublishCodeCoverage(FilePath, Action<AzurePipelinesPublishCodeCoverageData>) Method

Summary

Publishes and uploads code coverage results.

Syntax

void PublishCodeCoverage(FilePath summaryFilePath, Action<AzurePipelinesPublishCodeCoverageData> action)

Parameters

Name Type Description
summaryFilePath FilePath The code coverage summary file path.
action Action<AzurePipelinesPublishCodeCoverageData> The configuration action for the code coverage data.

Return Value

Type Description
void