File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,14 @@ This command will get the right `clang-format` version:
100
100
101
101
Select a scheme and press Command-u to build a component and run its unit tests.
102
102
103
+ #### Viewing Code Coverage
104
+
105
+ First, make sure that [ xcov] ( https://github.com/nakiostudio/xcov ) is installed with ` gem install xcov ` .
106
+
107
+ After running the ` AllUnitTests_iOS ` scheme in Xcode, execute
108
+ ` xcov --workspace Firebase.xcworkspace --scheme AllUnitTests_iOS --output_directory xcov_output `
109
+ at Example/ in the terminal. This will aggregate the coverage, and you can run ` open xcov_output/index.html ` to see the results.
110
+
103
111
### Running Sample Apps
104
112
In order to run the sample apps and integration tests, you'll need valid
105
113
` GoogleService-Info.plist ` files for those samples. The Firebase Xcode project contains dummy plist
You can’t perform that action at this time.
0 commit comments