-
-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): replace xcpretty with xcbeautify #4645
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4645 +/- ##
=============================================
+ Coverage 90.590% 90.616% +0.026%
=============================================
Files 620 620
Lines 71075 71072 -3
Branches 25311 25902 +591
=============================================
+ Hits 64387 64403 +16
+ Misses 6596 6572 -24
- Partials 92 97 +5 see 22 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
ad7cec6 | 1203.22 ms | 1224.74 ms | 21.52 ms |
b6ba04e | 1217.45 ms | 1248.92 ms | 31.47 ms |
1ac58a6 | 1232.07 ms | 1254.69 ms | 22.63 ms |
7fb7afb | 1235.00 ms | 1256.81 ms | 21.81 ms |
26530fe | 1233.98 ms | 1250.06 ms | 16.08 ms |
188547e | 1241.47 ms | 1257.35 ms | 15.88 ms |
3eb2a52 | 1241.48 ms | 1250.50 ms | 9.02 ms |
f1b97be | 1218.20 ms | 1245.84 ms | 27.64 ms |
6001822 | 1265.10 ms | 1270.40 ms | 5.30 ms |
b695b61 | 1221.71 ms | 1249.18 ms | 27.47 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
ad7cec6 | 20.76 KiB | 427.32 KiB | 406.55 KiB |
b6ba04e | 20.76 KiB | 414.45 KiB | 393.69 KiB |
1ac58a6 | 21.58 KiB | 626.07 KiB | 604.49 KiB |
7fb7afb | 20.76 KiB | 419.69 KiB | 398.94 KiB |
26530fe | 21.58 KiB | 714.93 KiB | 693.35 KiB |
188547e | 21.58 KiB | 424.34 KiB | 402.76 KiB |
3eb2a52 | 20.76 KiB | 393.38 KiB | 372.62 KiB |
f1b97be | 21.58 KiB | 681.74 KiB | 660.16 KiB |
6001822 | 22.85 KiB | 410.98 KiB | 388.13 KiB |
b695b61 | 21.90 KiB | 707.65 KiB | 685.75 KiB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is happy and the output does not look that different, so Im happy.
Thanks for this.
📜 Description
Replaces the Ruby Gem
xcpretty
with the CLIxcbeautify
.💡 Motivation and Context
xcpretty
just broke our CIfastlane
even recommendsxcbeautify
→ https://docs.fastlane.tools/best-practices/xcodebuild-formatters/xcpretty
commit history, there has not been much activity in the last 2 years, with a lot of open issues💚 How did you test it?
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps
#skip-changelog