Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: delete directory items in parallel #340

Merged
merged 3 commits into from Apr 14, 2024

Conversation

dundee
Copy link
Owner

@dundee dundee commented Apr 14, 2024

closes #285

@dundee dundee force-pushed the dundee/feat/delete-in-parallel branch from 99e2f1a to 506dfb8 Compare April 14, 2024 20:40
Copy link

codecov bot commented Apr 14, 2024

Codecov Report

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

Project coverage is 89.99%. Comparing base (ec0e2bb) to head (794a2fa).

Files Patch % Lines
cmd/gdu/app/app.go 0.00% 3 Missing and 1 partial ⚠️
pkg/remove/parallel.go 96.15% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #340      +/-   ##
==========================================
- Coverage   90.62%   89.99%   -0.64%     
==========================================
  Files          34       36       +2     
  Lines        3125     3157      +32     
==========================================
+ Hits         2832     2841       +9     
- Misses        224      245      +21     
- Partials       69       71       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dundee dundee merged commit bece451 into master Apr 14, 2024
12 checks passed
@dundee dundee deleted the dundee/feat/delete-in-parallel branch April 14, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Question] Is it possible to delete files/directories in parallel ?
1 participant