Skip to content

Conversation

@Kyle-Ye
Copy link
Collaborator

@Kyle-Ye Kyle-Ye commented Feb 8, 2026

Summary

  • Install xcbeautify via Homebrew in all macOS CI workflows
  • Pipe xcodebuild and swift test output through xcbeautify --renderer github-actions for cleaner logs and inline annotations
  • Updated workflows: ios.yml, macos.yml, compatibility_tests.yml, and uitests composite action

Pipe xcodebuild and swift test output through xcbeautify with
github-actions renderer for cleaner CI logs and inline annotations.
@Kyle-Ye Kyle-Ye requested a review from Mx-Iris as a code owner February 8, 2026 11:50
@github-actions github-actions bot added platform: iOS platform: macOS UX project UX related P2 Low priority labels Feb 8, 2026
@augmentcode
Copy link

augmentcode bot commented Feb 8, 2026

🤖 Augment PR Summary

Summary: This PR integrates xcbeautify into the project’s macOS-based CI to improve build/test log readability and provide GitHub Actions annotations.

Changes:

  • Installs xcbeautify via Homebrew in the iOS, macOS, and compatibility test workflows, plus the UI tests composite action
  • Pipes xcodebuild and swift test output through xcbeautify --renderer github-actions
  • Adds set -o pipefail before pipelines to preserve correct exit status propagation

Technical Notes: The goal is cleaner CI logs with inline error/warning annotations on GitHub Actions.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

SwiftPM emits compiler/test failures on stderr, so pipe both
stdout and stderr through xcbeautify for proper formatting.
@codecov
Copy link

codecov bot commented Feb 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 13.13%. Comparing base (560ced4) to head (c9d8c9c).
⚠️ Report is 1 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (560ced4) and HEAD (c9d8c9c). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (560ced4) HEAD (c9d8c9c)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #781       +/-   ##
===========================================
- Coverage   26.20%   13.13%   -13.07%     
===========================================
  Files         650      620       -30     
  Lines       40232    36773     -3459     
===========================================
- Hits        10543     4831     -5712     
- Misses      29689    31942     +2253     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye Kyle-Ye merged commit 4e97041 into main Feb 8, 2026
5 of 9 checks passed
@Kyle-Ye Kyle-Ye deleted the ci/xcbeautify branch February 8, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant