Created
August 23, 2021 06:39
-
-
Save fedejordan/4a7bdf29e76dfefd11e92a7f0653aced to your computer and use it in GitHub Desktop.
Blog14 - Fastfile with publish_code_coverage call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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