altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.79k stars 93 forks source link

feat: help menu now shows per default (disable via config: `general.s… #122

Closed altsem closed 5 months ago

altsem commented 5 months ago

…ticky_help.enabled = false`)

closes: #121

~TODO: There's an issue where the screen is unaware of its size with the help menu open. As a result, scrolling does not behave as it should.~

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 92.94118% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 87.80%. Comparing base (5aa4b2f) to head (c3e5023).

:exclamation: Current head c3e5023 differs from pull request most recent head 277cd34. Consider uploading reports for the commit 277cd34 to get more accurate results

Files Patch % Lines
src/ops/editor.rs 84.21% 3 Missing :warning:
src/ui.rs 96.29% 2 Missing :warning:
src/state.rs 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #122 +/- ## ========================================== + Coverage 87.75% 87.80% +0.04% ========================================== Files 43 43 Lines 3774 3813 +39 ========================================== + Hits 3312 3348 +36 - Misses 462 465 +3 ```

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