-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Correctly calculate used space for quota with external storage #4816
Conversation
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @icewind1991, @nickvergessen and @blizzz to be potential reviewers. |
cc @Ardinis |
and the remaining checks are not executed anymore. Maybe we should extract the signature one or move it to the end. |
issue #4348 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
d2e24d8
to
51c55a8
Compare
Codecov Report
@@ Coverage Diff @@
## master #4816 +/- ##
===========================================
+ Coverage 54.19% 54.2% +0.01%
+ Complexity 22154 22150 -4
===========================================
Files 1363 1363
Lines 84842 84804 -38
Branches 1322 1322
===========================================
- Hits 45976 45964 -12
+ Misses 38866 38840 -26
|
Fixed the signature. |
They run fine now -> merge |
I tested this and it works here.