-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
fix(ci): fix mangled logs using xcbeautify #4650
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4650 +/- ##
=============================================
- Coverage 90.628% 90.628% -0.001%
=============================================
Files 620 620
Lines 71078 71075 -3
Branches 25913 25905 -8
=============================================
- Hits 64417 64414 -3
Misses 6564 6564
Partials 97 97 see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
cd72e5c | 1238.96 ms | 1256.84 ms | 17.88 ms |
9d61bea | 1243.88 ms | 1254.36 ms | 10.48 ms |
2af280d | 1246.22 ms | 1253.10 ms | 6.88 ms |
b6ba04e | 1230.48 ms | 1253.20 ms | 22.72 ms |
ddc9b9a | 1201.71 ms | 1226.70 ms | 24.99 ms |
6e1452d | 1241.69 ms | 1253.47 ms | 11.78 ms |
cd76c54 | 1223.41 ms | 1249.65 ms | 26.24 ms |
aa45f36 | 1217.59 ms | 1236.86 ms | 19.27 ms |
a34f08c | 1234.08 ms | 1246.40 ms | 12.31 ms |
e5dcbd5 | 1223.47 ms | 1243.90 ms | 20.43 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
cd72e5c | 22.85 KiB | 414.74 KiB | 391.89 KiB |
9d61bea | 20.76 KiB | 436.29 KiB | 415.53 KiB |
2af280d | 20.76 KiB | 435.22 KiB | 414.46 KiB |
b6ba04e | 20.76 KiB | 414.44 KiB | 393.68 KiB |
ddc9b9a | 20.76 KiB | 420.40 KiB | 399.65 KiB |
6e1452d | 21.58 KiB | 419.68 KiB | 398.10 KiB |
cd76c54 | 21.58 KiB | 675.85 KiB | 654.27 KiB |
aa45f36 | 21.58 KiB | 616.73 KiB | 595.15 KiB |
a34f08c | 22.30 KiB | 730.30 KiB | 708.00 KiB |
e5dcbd5 | 22.85 KiB | 414.09 KiB | 391.24 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.
Thanks, LGTM.
No clue why this PR created an empty commit on |
📜 Description
Changes the scripts using
xcbeautify
to display a test result summary at the end.💡 Motivation and Context
The scripts using
xcbeautify
do not set theNSUnbufferedIO
correctly for parallel and concurrent testing as stated in the documentation.Also removes the custom
exit "${PIPESTATUS[0]}"
as I believe that should not be necessary to set ifset -o pipefail
is used → reference💚 How did you test it?
Ran the scripts locally and on CI.
You have to check all boxes before merging:
sendDefaultPII
is enabled.🔮 Next steps
#skip-changelog