Contents

codeCoverageDataFileURL

The file URL of a generated profile file to provide code coverage.

Declaration

var codeCoverageDataFileURL: URL?

Discussion

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

See Also

Inspecting Test Results