/xccoveralls

Command line tool for sending Xcode 9.3+ coverage information to Coveralls

Primary LanguageRubyMIT LicenseMIT

$ xccoveralls

Gem Version CircleCI Coverage Status

Command line tool for sending Xcode 9.3+ coverage information to Coveralls

Installation

$ [sudo] gem install xccoveralls

Command

$ xccoveralls report

Options

Name Description Env Name Default Required
-s, --source_path Path to project root XCCOVERALLS_SOURCE_PATH Top level of Git repository
-d, --derived_data_path Path to DerivedDat XCCOVERALLS_DERIVED_DATA_PATH ~/Library/Developer/Xcode/DerivedData
-i, --ignorefile_path Path to Ignorefile XCCOVERALLS_IGNOREFILE_PATH (source_path)/.coverallsignore
-T, --repo_token Coveralls secret repo token XCCOVERALLS_REPO_TOKEN *

License

Copyright © 2018 Atsushi Nagase. MIT Licensed, see LICENSE for details.