Skip to content

Instantly share code, notes, and snippets.

@fedejordan
Created August 23, 2021 06:39
Show Gist options
  • Save fedejordan/4a7bdf29e76dfefd11e92a7f0653aced to your computer and use it in GitHub Desktop.
Save fedejordan/4a7bdf29e76dfefd11e92a7f0653aced to your computer and use it in GitHub Desktop.
Blog14 - Fastfile with publish_code_coverage call
default_platform(:ios)
platform :ios do
desc "Run tasks when submitting a pull request"
lane :tasks_for_pull_request do
publish_code_coverage
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment