Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
ENUM
AutogeneratedWorkspaceSchemes.CodeCoverageMode Contents
allrelevanttargets(_:)disabledpublic enum CodeCoverageMode: Codable, Equatable, SendableContains options for code coverage
all case allGather code coverage data for all targets in workspace.
relevant case relevantEnable code coverage for targets that have enabled code coverage in any of schemes in workspace.
targets(_:) case targets([TargetReference])Gather code coverage for specified target references.
disabled case disabledDo not gather code coverage data.