dundee / gdu

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

feat: sequential scanning #322

Closed dundee closed 6 months ago

dundee commented 6 months ago

Sequential scanning is intended to be used on rotating HDDs.

Fixes #316

codecov[bot] commented 6 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (fcc47c5) 90.17% compared to head (7199296) 90.12%.

Files Patch % Lines
pkg/analyze/sequential.go 96.52% 3 Missing and 1 partial :warning:
cmd/gdu/app/app.go 0.00% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #322 +/- ## ========================================== - Coverage 90.17% 90.12% -0.05% ========================================== Files 31 32 +1 Lines 3347 3465 +118 ========================================== + Hits 3018 3123 +105 - Misses 267 276 +9 - Partials 62 66 +4 ```

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