Skip to content

Rebuild after formatting in prepare_release script#2496

Merged
calda merged 1 commit intodevelopfrom
copilot/update-prepare-release-script
Apr 11, 2026
Merged

Rebuild after formatting in prepare_release script#2496
calda merged 1 commit intodevelopfrom
copilot/update-prepare-release-script

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

After format.sh runs, the codebase may have changes that affect compilation. The script previously had no verification step post-formatting.

  • Adds swift build -c release as step 9, immediately after format.sh
  • Exits with an error if the build fails, preventing a broken release from proceeding silently

@calda calda marked this pull request as ready for review April 11, 2026 19:15
@calda calda merged commit e8cebab into develop Apr 11, 2026
14 checks passed
@calda calda deleted the copilot/update-prepare-release-script branch April 11, 2026 19:17
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (08e0f66) to head (6d9dccd).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2496   +/-   ##
========================================
  Coverage    95.30%   95.30%           
========================================
  Files          168      168           
  Lines        25383    25383           
========================================
+ Hits         24191    24192    +1     
+ Misses        1192     1191    -1     

☔ 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.

calda added a commit that referenced this pull request Apr 11, 2026
…ormat version (#2496)

Co-authored-by: calda <1811727+calda@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants