-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test and archive times not available #28
Comments
I think what makes this behavior is Xcode's legacy/new build system. AFAIK only legacy builds will show the duration at the expected way. I thought I had this fixed, but it looks like I never progressed with that branch. Can you share if the logs have shown the durations somewhere else? We can use it as a fallback for these rules. |
I cannot find this for build times, but each test target is reported in the log:
|
Ah, I think the reason I dropped the branch is that |
Running both locally and with Danger, I get this when building or testing with Fastlane:
Looking into the logs, they end with
** ARCHIVE SUCCEEDED **
and** TEST SUCCEEDED **
respectively, but not the bracketed execution time expected.The text was updated successfully, but these errors were encountered: