ratatui-org / ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀
https://ratatui.rs
MIT License
8.82k stars 263 forks source link

refactor(list): split up list.rs into smaller modules #1204

Open joshka opened 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 99.65665% with 4 lines in your changes missing coverage. Please review.

Project coverage is 94.4%. Comparing base (3e7458f) to head (9a24ba1).

Files Patch % Lines
src/widgets/list/state.rs 96.4% 3 Missing :warning:
src/widgets/list/list.rs 98.9% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1204 +/- ## ===================================== Coverage 94.4% 94.4% ===================================== Files 62 65 +3 Lines 15048 15056 +8 ===================================== + Hits 14217 14225 +8 Misses 831 831 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.