Skip to content

Commit ecaaa54

Browse files
committed
Updated readme for adding optional code coverage dialog to scheme Test post-action.
1 parent 0ddcc36 commit ecaaa54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ If you make changes to your production code, you should clear out all build
4040
artifacts before measuring code coverage again. "Clean Build Folder" by holding
4141
down the Option key in Xcode's "Product" menu.
4242

43+
* Optional: Run code coverage after running unit tests
44+
* Edit Xcode scheme -> Test -> Post-actions
45+
* Set shell to: ``/bin/bash``
46+
* Set script to:
47+
``source ${SRCROOT}/XcodeCoverage/run_code_coverage_post.sh``
48+
4349

4450
Modification
4551
============

0 commit comments

Comments
 (0)