Skip to content
Piotr Sękara edited this page May 29, 2020 · 3 revisions

Description

Used to run Fastlane action.

Parameters

Name Description Required Type Default
name Defines action/lane name to run. True String -
options Defines dictionary with action options. False Hash(Any) {}

Example

test:
    default:
        - action:
            name: "gcovr"
            options: 
                html: true,
                html_details: true,
                output: "./code-coverage/report.html"