Skip to content

Conversation

@aymanbagabas
Copy link
Member

This simplifies the program's main loop by merging the event handling and rendering processes. This change reduces complexity and potential synchronization issues, leading to improved performance and maintainability.

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.21%. Comparing base (ba8f605) to head (50d023d).
⚠️ Report is 18 commits behind head on v2-exp.

Additional details and impacted files
@@            Coverage Diff             @@
##           v2-exp    #1568      +/-   ##
==========================================
+ Coverage   57.66%   58.21%   +0.54%     
==========================================
  Files          25       25              
  Lines        1233     1230       -3     
==========================================
+ Hits          711      716       +5     
+ Misses        438      435       -3     
+ Partials       84       79       -5     

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

This simplifies the program's main loop by merging the event handling
and rendering processes. This change reduces complexity and potential
synchronization issues, leading to improved performance and
maintainability.
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