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
I'm inserting --search-directory in order to grab the files from a different folder (which is in my project root) and not the regular build folder.
In the docs it says "--search-directory DIR Search in DIR for coverage files", but it fails.
From the logs I can see its still looking for the Intermediates folder and its subdirectories inside the folder I insert: Gathering .gcno and .gcda files... Searching in /Users/sre/.jenkins/jobs/iOS/workspace/code-coverage for /Intermediates/iOS.build/...
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm inserting --search-directory in order to grab the files from a different folder (which is in my project root) and not the regular build folder.
In the docs it says "--search-directory DIR Search in DIR for coverage files", but it fails.
From the logs I can see its still looking for the Intermediates folder and its subdirectories inside the folder I insert:
Gathering .gcno and .gcda files... Searching in /Users/sre/.jenkins/jobs/iOS/workspace/code-coverage for /Intermediates/iOS.build/...
Thanks
The text was updated successfully, but these errors were encountered: