fix!: fallback to the root mountpoint when no matching mountpoints found#616
fix!: fallback to the root mountpoint when no matching mountpoints found#616
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #616 +/- ##
=======================================
Coverage 59.99% 60.00%
=======================================
Files 42 42
Lines 3657 3735 +78
Branches 590 602 +12
=======================================
+ Hits 2194 2241 +47
- Misses 1460 1491 +31
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
pi0
left a comment
There was a problem hiding this comment.
Thanks, this is a valid fix however since risky (some usage might have been depending on faulty behavior and this can cause data loss) we should do it as a major version.
|
Hi, Is it really the best idea to delete the whole DB if I enter a too precise prefix? Isn't that kinda backwards? Line 387 in 2519250 I would suggest having |
resolves #336