lcov¶
Generates coverage data using lcov
lcov | |
---|---|
Supported platforms | ios, mac |
Author | @thiagolioy |
1 Example¶
lcov(
project_name: "ProjectName",
scheme: "yourScheme",
output_dir: "cov_reports" # This value is optional. Default is coverage_reports
)
Parameters¶
Key | Description | Default |
---|---|---|
project_name |
Name of the project | |
scheme |
Scheme of the project | |
arch |
The build arch where will search .gcda files | i386 |
output_dir |
The output directory that coverage data will be stored. If not passed will use coverage_reports as default value | coverage_reports |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action lcov