-
Notifications
You must be signed in to change notification settings - Fork 997
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
cmd & meta: add support for directory quota #3268
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3268 +/- ##
==========================================
+ Coverage 54.71% 55.01% +0.30%
==========================================
Files 147 148 +1
Lines 35385 36136 +751
==========================================
+ Hits 19360 19880 +520
- Misses 13918 14090 +172
- Partials 2107 2166 +59
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Mutate Test Report |
Signed-off-by: xixi <[email protected]>
Mutate Test Report pkg/meta/base_test.go-1-4: score:0.00 failed:1, passed:0, compile error:1, out of coverage:191, skip by comment:0, others:1 pkg/meta/tkv_fdb_test.go-1-1: score:0.00 failed:0, passed:0, compile error:0, out of coverage:0, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:194, skip by comment:0, others:0 pkg/meta/tkv_test.go-2-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:346, skip by comment:0, others:0 pkg/meta/tkv_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:344, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:191, skip by comment:0, others:0 pkg/meta/tkv_test.go-3-4: score:0.20 failed:4, passed:1, compile error:1, out of coverage:340, skip by comment:0, others:0 pkg/meta/tkv_test.go-1-4: score:0.07 failed:13, passed:1, compile error:0, out of coverage:332, skip by comment:0, others:0 |
Signed-off-by: xixi <[email protected]>
Mutate Test Report pkg/meta/base_test.go-1-4: score:0.00 failed:1, passed:0, compile error:1, out of coverage:188, skip by comment:0, others:1 pkg/meta/base_test.go-3-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:191, skip by comment:0, others:0 pkg/meta/tkv_fdb_test.go-1-1: score:0.00 failed:0, passed:0, compile error:0, out of coverage:0, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:187, skip by comment:0, others:0 pkg/meta/tkv_test.go-2-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:346, skip by comment:0, others:0 pkg/meta/tkv_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:344, skip by comment:0, others:0 pkg/meta/tkv_test.go-3-4: score:0.20 failed:4, passed:1, compile error:1, out of coverage:340, skip by comment:0, others:0 pkg/meta/tkv_test.go-1-4: score:0.07 failed:13, passed:1, compile error:0, out of coverage:332, skip by comment:0, others:0 |
Signed-off-by: xixi <[email protected]>
Mutate Test Report pkg/meta/base_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:187, skip by comment:0, others:0 pkg/meta/base_test.go-2-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:191, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:191, skip by comment:0, others:0 pkg/meta/base_test.go-1-4: score:0.00 failed:1, passed:0, compile error:1, out of coverage:188, skip by comment:0, others:1 pkg/meta/tkv_test.go-2-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:346, skip by comment:0, others:0 pkg/meta/tkv_test.go-3-4: score:0.20 failed:4, passed:1, compile error:1, out of coverage:340, skip by comment:0, others:0 pkg/meta/tkv_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:344, skip by comment:0, others:0 pkg/meta/tkv_test.go-1-4: score:0.07 failed:13, passed:1, compile error:0, out of coverage:332, skip by comment:0, others:0 |
Signed-off-by: xixi <[email protected]>
Signed-off-by: xixi <[email protected]>
Signed-off-by: xixi <[email protected]>
Signed-off-by: xixi <[email protected]>
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:193, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:192, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.00 failed:3, passed:0, compile error:0, out of coverage:190, skip by comment:0, others:0 pkg/meta/tkv_test.go-4-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:344, skip by comment:0, others:0 pkg/meta/tkv_test.go-2-4: score:0.00 failed:0, passed:0, compile error:0, out of coverage:346, skip by comment:0, others:0 pkg/meta/base_test.go-1-4: score:0.00 failed:0, passed:0, compile error:1, out of coverage:191, skip by comment:0, others:1 pkg/meta/tkv_test.go-3-4: score:0.12 failed:7, passed:1, compile error:1, out of coverage:337, skip by comment:0, others:0 pkg/meta/tkv_test.go-1-4: score:0.07 failed:14, passed:1, compile error:0, out of coverage:331, skip by comment:0, others:0 |
Signed-off-by: xixi <[email protected]>
Signed-off-by: xixi <[email protected]>
Mutate Test Report pkg/meta/tkv_test.go-1-4: score:0.51 failed:118, passed:125, compile error:47, out of coverage:67, skip by comment:0, others:0 pkg/meta/base_test.go-2-4: score:0.23 failed:122, passed:37, compile error:19, out of coverage:17, skip by comment:0, others:0 pkg/meta/tkv_test.go-4-4: score:0.48 failed:112, passed:104, compile error:13, out of coverage:124, skip by comment:0, others:0 pkg/meta/tkv_test.go-2-4: score:0.27 failed:149, passed:55, compile error:9, out of coverage:144, skip by comment:0, others:0 pkg/meta/tkv_test.go-3-4: score:0.38 failed:180, passed:109, compile error:20, out of coverage:48, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.54 failed:77, passed:89, compile error:16, out of coverage:9, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.39 failed:107, passed:68, compile error:11, out of coverage:9, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.23 failed:122, passed:37, compile error:20, out of coverage:16, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.54 failed:77, passed:89, compile error:15, out of coverage:10, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.39 failed:106, passed:69, compile error:11, out of coverage:9, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.23 failed:122, passed:37, compile error:20, out of coverage:16, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.54 failed:77, passed:89, compile error:15, out of coverage:10, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.39 failed:107, passed:68, compile error:11, out of coverage:9, skip by comment:0, others:0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: xixi <[email protected]>
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.24 failed:117, passed:37, compile error:20, out of coverage:21, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.53 failed:78, passed:89, compile error:16, out of coverage:8, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.40 failed:104, passed:68, compile error:10, out of coverage:13, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.25 failed:114, passed:37, compile error:21, out of coverage:23, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.54 failed:78, passed:90, compile error:15, out of coverage:8, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:101, passed:69, compile error:10, out of coverage:15, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/base_test.go-2-4: score:0.25 failed:114, passed:37, compile error:21, out of coverage:23, skip by comment:0, others:0 pkg/meta/base_test.go-4-4: score:0.54 failed:78, passed:90, compile error:15, out of coverage:8, skip by comment:0, others:0 pkg/meta/base_test.go-3-4: score:0.41 failed:101, passed:69, compile error:10, out of coverage:15, skip by comment:0, others:0 |
No description provided.