Skip to content

v5.1.11

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 22:21
· 52 commits to master since this release
e6d200a

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.