⛔ [DEPRECATED] Active at kenalizadeh/xcreport
A Tool for delivering squad-specific code coverage report with Pandas.
- Execute
setup.sh
script. - Add
<path-to-project>/packaged/xctest/
directory to yourPATH
environment variable and reload your shell
Then you can use xctest from everywhere
Or use the script directly venv/bin/python3 <path-to-project>/packaged/xctest/xctest.py [args]
And now you're ready to go.
Run tests and generate coverage report from results.
-
-i --input | Required
Provide an input CSV file which contains two required columnsSquad
andFilename
.
Examplesquads.csv
file is present in the repository. -
-p --path | Required
Provide Xcode project workspace path.
Generate coverage report from provided test results.
-
-i --input | Required
Provide an input.csv
file which contains two required columnsSquad
andFilename
.
Examplesquads.csv
file is present in the repository. -
-f --file | Required
Provide an input.xcresult
file.