Skip to content

CodeCoverageProvider_Args

rockbruno edited this page May 9, 2020 · 1 revision

CodeCoverageProvider.Args

public struct Args

Initializers

init(targets:)

public init(targets: Set<String>)

Properties

targets

If provided, only these targets will be considered when calculating the result. The contents should be the name of the generated frameworks. For example, For MyLib.framework and MyApp.app, targets should be ["MyLib", "MyApp"]. If no args are provided, only the coverage of the main .app will be considered.

let targets: Set<String>
Clone this wiki locally