Русский (Russian)
Appearance
ENUM
AutogeneratedWorkspaceSchemes.CodeCoverageMode
Contents
all
relevant
targets(_:)
disabled
public enum CodeCoverageMode: Codable, Equatable, Sendable
Contains options for code coverage
all
case all
Gather code coverage data for all targets in workspace.
relevant
case relevant
Enable 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 disabled
Do not gather code coverage data.