Skip to content

CLI tool for Code Coverage Reporting for Xcode Project with excluded file path feature. πŸ•ŠοΈ πŸ¦€

Notifications You must be signed in to change notification settings

alfinsyahruddin/x-cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

X-Code Coverage

CLI tool for Code Coverage Reporting for Xcode Project with excluded file path feature. πŸ•ŠοΈ πŸ¦€

x-cc

Requirements

  • Xcode
  • Rust

Installation

To install the CLI tool, run the following command:

cargo install x-cc

Usage

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.)

Ignore Folder / File

To ignore the folders or files, you can list them in the .xccignore file (Regex Supported):

# UI
- .*ViewController.swift
- .*Cell.*

About

CLI tool for Code Coverage Reporting for Xcode Project with excluded file path feature. πŸ•ŠοΈ πŸ¦€

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages