gcovr¶
Runs test coverage reports for your Xcode project
Generate summarized code coverage reports using gcovr
gcovr | |
---|---|
Supported platforms | ios |
Author | @dtrenz |
1 Example¶
gcovr(
html: true,
html_details: true,
output: "./code-coverage/report.html"
)
To show the documentation in your terminal, run
fastlane action gcovr