OpenCoverToCoberturaConverterRunner.

Run(FilePath, FilePath, OpenCoverToCoberturaConverterSettings) Method

Summary

Converts the opencover report to cobertura using the specified settings.

Syntax

public void Run(FilePath openCoverReport, FilePath coberturaReport, OpenCoverToCoberturaConverterSettings settings)

Parameters

Name Type Description
openCoverReport FilePath The opencover coverage report.
coberturaReport FilePath The output cobertura file.
settings OpenCoverToCoberturaConverterSettings The settings.

Return Value

Type Description
void