| Crates.io | x-cc |
| lib.rs | x-cc |
| version | 1.0.0 |
| created_at | 2024-12-04 04:13:31.002135+00 |
| updated_at | 2024-12-04 04:13:31.002135+00 |
| description | CLI tool for Code Coverage Reporting for Xcode Project with excluded file path feature. 🕊️ 🦀 |
| homepage | https://github.com/alfinsyahruddin/x-cc |
| repository | https://github.com/alfinsyahruddin/x-cc |
| max_upload_size | |
| id | 1471022 |
| size | 10,644 |
CLI tool for Code Coverage Reporting for Xcode Project with excluded file path feature. 🕊️ 🦀

To install the CLI tool, run the following command:
cargo install x-cc
To 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.*