Contents

codeCoverageDataFile

The path of a generated profile file to provide code corage.

Declaration

var codeCoverageDataFile: Path? { get }

Discussion

The .profdata file is suitable for processing using llvm-cov, if enableCodeCoverage was set in the test parameters.

See Also

Inspecting Test Results