xccov2lcov
Version updated for https://github.com/StanfordBDHG/xccov2lcov to version v1.0.13.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The xccov2lcov GitHub Action automates the conversion of Xcode 11 code coverage reports into the lcov file format, simplifying the process of generating code coverage reports compatible with tools like Codecov. It eliminates manual steps by integrating with CI pipelines, enabling seamless transformation of .xcresult files to lcov files for coverage analysis and reporting. This helps streamline workflows for teams using Xcode for development and testing.
Release notes
What’s Changed
- add
outputoption by @lukaskollmer in https://github.com/StanfordBDHG/xccov2lcov/pull/5
Full Changelog: https://github.com/StanfordBDHG/xccov2lcov/compare/v1.0...v1.0.13