Open
Description
- SwiftInfo 2.3.5
- Fastlane 2.130.0
- Xcode 10.3
Running both locally and with Danger, I get this when building or testing with Fastlane:
* Extracting total_test_duration
* **total_test_duration:** Total test duration (TEST SUCCEEDED) not found in the logs. Did the tests fail?
* Extracting test_count
* Extracting longest_test_duration
* Extracting ipa_size
* Extracting warning_count
* Extracting largest_asset
* Extracting archive_time
* **archive_time:** Total archive time (ARCHIVE SUCCEEDED) not found in the logs. Did the archive fail?
SwiftInfo results for MyApp 0.9.10 (40) - Release:
Errors:
**total_test_duration:** Total test duration (TEST SUCCEEDED) not found in the logs. Did the tests fail?
**archive_time:** Total archive time (ARCHIVE SUCCEEDED) not found in the logs. Did the archive fail?
Looking into the logs, they end with ** ARCHIVE SUCCEEDED **
and ** TEST SUCCEEDED **
respectively, but not the bracketed execution time expected.