altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.7k stars 88 forks source link

Refactor #71

Closed altsem closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 83.57%. Comparing base (4c7cbbe) to head (af1eb8a).

Files Patch % Lines
src/ops/rebase.rs 0.00% 26 Missing :warning:
src/ops/commit.rs 0.00% 20 Missing :warning:
src/ops/editor.rs 60.00% 10 Missing :warning:
src/ops/mod.rs 76.92% 6 Missing :warning:
src/ops/unstage.rs 33.33% 4 Missing :warning:
src/ops/discard.rs 90.00% 3 Missing :warning:
src/ops/log.rs 66.66% 3 Missing :warning:
src/ops/reset.rs 83.33% 3 Missing :warning:
src/ops/checkout.rs 94.73% 1 Missing :warning:
src/ops/show.rs 80.00% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #71 +/- ## ========================================== - Coverage 83.96% 83.57% -0.40% ========================================== Files 36 36 Lines 2681 2733 +52 ========================================== + Hits 2251 2284 +33 - Misses 430 449 +19 ```

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