Skip to content

Commit ee8928d

Browse files
Fix alignment and add keyboard shortcut for cleaning the build folder.
1 parent 1e40d4b commit ee8928d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ Once that task has been completed, the process is very simple:
5656

5757
If you make changes to your test code without changing the production code and want a clean slate, use the `cleancov` script.
5858

59-
If you make changes to your production code, you should clear out all build
60-
artifacts before measuring code coverage again. "Clean Build Folder" by holding down the Option key in Xcode's "Product" menu.
59+
If you make changes to your production code, you should clear out all build artifacts before measuring code coverage again. "Clean Build Folder" by holding down the Option key in Xcode's "Product" menu, or by using the ⌥⇧⌘K key combination.
6160

6261
**Optional:** XcodeCoverage can prompt to run code coverage after running unit tests:
6362

0 commit comments

Comments
 (0)