fix all green script not waiting to output summary before exiting#7721
fix all green script not waiting to output summary before exiting#7721
Conversation
Overall package sizeSelf size: 4.95 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7721 +/- ##
=======================================
Coverage 80.38% 80.39%
=======================================
Files 741 741
Lines 32063 32063
=======================================
+ Hits 25774 25776 +2
+ Misses 6289 6287 -2 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-03-10 01:07:31 Comparing candidate commit 43cc4bc in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
What does this PR do?
Fix all green script not waiting to output summary before exiting.
Motivation
The
printSummarycall wasn't awaited, so the script could exit before sending the summary.