Skip to content

Command line tool to parse xccoverage files

License

Notifications You must be signed in to change notification settings

imaginaris/xcov-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Twitter: @nakiostudio License

xcov-core is a command line tool that parses Xcode .xccoverage files.

Usage

Simply run xcov-core supplying the path to your .xccoverage file and the path to the json output file that will contain the resulting coverage report.

$ xcov-core -s build/EasyPeasy.xccoverage -o report.json -x /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/IDEFoundation

Parameters allowed

  • --source -s: Path to the .xccoverage file.
  • --output -o: Path to the resulting .json file.
  • --ide-foundation-path -x: Full path to IDEFoundation binary.
  • --version -v: Display version.
  • --help -h: Display this help.

xcov-core is the binary that powers xcov, a Ruby gem that eases the creation of beauty HTML coverage reports and its integration with CI environments.

License

This project is licensed under the terms of the MIT license. See the LICENSE file.

About

Command line tool to parse xccoverage files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%