Jason Hagglund
Jason Hagglund
+1000 The overall coverage number should be based on line count and _not_ a simple mean of the module-specific coverage numbers. The way it's being calculated now simply does not...
After digging into it a tad, I'm fairly certain it's the `verify_xcode` fastlane action that is failing, which `xcode-install` uses. https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/verify_xcode.rb https://github.com/xcpretty/xcode-install/blob/master/lib/xcode/install.rb#L744 I won't have time to do it immediately,...
I'm guessing there was something quirky with the first Xcode 14 beta. I'm able to install and verify Xcode 14 Beta 2 successfully.
Ahhh gotcha...did that just happen within the last day or so? That might explain why it was 202 before and 201 today and I might have just wrongly assumed it...
Ok, I've been able to confirm so I'll just expect 201s for now. I'd still be interested to know if a "successful" call that does not actually trigger workflows could...