Skip to content

Instantly share code, notes, and snippets.

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