Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active August 30, 2020 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/34a665f9837431f414d1d4d2bff450f9 to your computer and use it in GitHub Desktop.
Save laevandus/34a665f9837431f414d1d4d2bff450f9 to your computer and use it in GitHub Desktop.
let coverageCommand = [
"xcrun",
"xccov",
"view",
"--only-targets",
"--report", resultBundlePath.wrappedInQuotes
].joined(separator: " ")
Process.runZshCommand(coverageCommand)
removeResultBundle(at: resultBundlePath)
print("Success")
exit(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment