CLI tool for Code Coverage Reporting for Xcode Project with excluded file path feature. ποΈ π¦
- Xcode
- Rust
To install the CLI tool, run the following command:
cargo install x-ccTo generate the code coverage report for the Xcode project, run the following command:
x-cc -- -path test.xcresult(You can find the test.xcresult file in the DerivedData folder of the Xcode project.)
To ignore the folders or files, you can list them in the .xccignore file (Regex Supported):
# UI
- .*ViewController.swift
- .*Cell.*