Args

public struct Args

Undocumented

  • 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.

    Declaration

    Swift

    public let targets: Set<String>
  • Undocumented

    Declaration

    Swift

    public init(targets: Set<String>)