dundee / gdu

Fast disk usage analyzer with console interface written in Go
MIT License
3.96k stars 142 forks source link

implement #229 always (try to) change directory #230

Closed leapfog closed 1 year ago

leapfog commented 1 year ago

tried to implement #229 always (try to) change directory

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.23 :warning:

Comparison is base (5475655) 94.10% compared to head (9905bbc) 93.88%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #230 +/- ## ========================================== - Coverage 94.10% 93.88% -0.23% ========================================== Files 29 29 Lines 2733 2746 +13 ========================================== + Hits 2572 2578 +6 - Misses 123 128 +5 - Partials 38 40 +2 ``` | [Impacted Files](https://codecov.io/gh/dundee/gdu/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde) | Coverage Δ | | |---|---|---| | [cmd/gdu/app/app.go](https://codecov.io/gh/dundee/gdu/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde#diff-Y21kL2dkdS9hcHAvYXBwLmdv) | `91.97% <100.00%> (+0.17%)` | :arrow_up: | | [tui/show.go](https://codecov.io/gh/dundee/gdu/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde#diff-dHVpL3Nob3cuZ28=) | `98.50% <100.00%> (+0.05%)` | :arrow_up: | | [tui/tui.go](https://codecov.io/gh/dundee/gdu/pull/230?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde#diff-dHVpL3R1aS5nbw==) | `90.90% <100.00%> (+0.09%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://codecov.io/gh/dundee/gdu/pull/230/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Milde)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.