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