You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,21 @@ This plugin does not actually generate coverage data for you, since there are va
26
26
(See more info at https://developer.apple.com/library/ios/qa/qa1514/_index.html)
27
27
28
28
#####2. Setup the export_build_vars.py script in build phases
29
+
30
+
This script is used to export any necessary environment variables from your latest build. The main reason this is needed is that many of the env variables at run-time are completely different in unrelated to your most recent build. They are also usually relative paths instead of absolute like these build variables.
#####3. Add pre-action script to the test section of your scheme
35
+
36
+
This script will clear any previous .gcda files from your target_object_dir, which helps ensure that this test run will be isolated in the coverage data.
0 commit comments