arc-xcode-test-engine icon indicating copy to clipboard operation
arc-xcode-test-engine copied to clipboard

Finding the product for coverage easily breaks

Open Mazyod opened this issue 6 years ago • 1 comments

Hey,

In the engine code, there is a find command that can easily break if the framework was already built for another target:

$future = new ExecFuture("find %C | grep %C", $objroot, $this->coverage['product']);

I'm trying to find a good fix for this... perhaps by checking the returned paths for CodeCoverage

Mazyod avatar Aug 18 '17 04:08 Mazyod