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

keep mount path in allowed path #643

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

trim21
Copy link
Collaborator

@trim21 trim21 commented May 3, 2023

Description

Related Issue

close #342

Screenshots

image

after

flood --allowedpath /srv/dev-disk-by-uuid-8a152260-f328-4f09-b56c-a99881c8261c

image

Types of changes

  • Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR)
  • New feature (non-breaking change which adds functionality - semver MINOR)
  • Bug fix (non-breaking change which fixes an issue - semver PATCH)

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

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

Comparison is base (1192e14) 77.10% compared to head (09a38c4) 77.09%.

Files Patch % Lines
server/models/DiskUsage.ts 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #643      +/-   ##
==========================================
- Coverage   77.10%   77.09%   -0.02%     
==========================================
  Files          61       61              
  Lines       11313    11316       +3     
  Branches      795     1284     +489     
==========================================
+ Hits         8723     8724       +1     
+ Misses       2590     2578      -12     
- Partials        0       14      +14     

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

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.

[Bug]: Long mount path is omitted by disk usage function.
1 participant