v5.1.11
This release has the below exit status fixes and improvements along with Xcode 11.2 support.
- Make retry checks more resilient to prevent infinite retries (#432)
- Log when retry count exceeded max retries.
- Better and mergeable exit status codes (Refer to README)
- Changed the Exit Status to powers of 2 to make them mergeable.
- Fixed a few exit status issues
- Easy consolidation/aggregation of exit code.
- In case of failure reporting, report all exit status that happened over multiple attempts, if any.
- Prevent extra simulator attempt when there are no tests left to execute.