0.0
No commit activity in last 3 years
No release in over 3 years
Command line tool for sending Xcode 9.3+ coverage information to Coveralls
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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