-
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
meta: track atime for ReadLink as well #3591
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3591 +/- ##
==========================================
- Coverage 56.16% 55.87% -0.30%
==========================================
Files 149 148 -1
Lines 37087 37107 +20
==========================================
- Hits 20829 20732 -97
- Misses 13962 14075 +113
- Partials 2296 2300 +4
☔ View full report in Codecov by Sentry. |
Please add unit test to cover these |
Mutate Test Report pkg/vfs/vfs_test.go-3-4: score:0.39 failed:70, passed:45, compile error:14, out of coverage:2, skip by comment:0, others:0 pkg/vfs/vfs_test.go-2-4: score:0.26 failed:93, passed:32, compile error:0, out of coverage:6, skip by comment:0, others:0 pkg/vfs/vfs_test.go-4-4: score:0.52 failed:51, passed:55, compile error:10, out of coverage:14, skip by comment:0, others:0 |
Mutate Test Report pkg/vfs/vfs_test.go-3-4: score:0.39 failed:70, passed:45, compile error:14, out of coverage:2, skip by comment:0, others:0 pkg/vfs/vfs_test.go-4-4: score:0.52 failed:51, passed:55, compile error:10, out of coverage:14, skip by comment:0, others:0 pkg/vfs/vfs_test.go-2-4: score:0.26 failed:93, passed:32, compile error:0, out of coverage:6, skip by comment:0, others:0 |
Mutate Test Report pkg/meta/utils_test.go-1-4: score:0.00 failed:0, passed:0, compile error:1, out of coverage:52, skip by comment:0, others:0 pkg/meta/utils_test.go-4-4: score:0.00 failed:2, passed:0, compile error:0, out of coverage:48, skip by comment:0, others:0 pkg/meta/utils_test.go-3-4: score:0.88 failed:1, passed:7, compile error:3, out of coverage:42, skip by comment:0, others:0 pkg/fuse/fuse_test.go-1-1: score:0.21 failed:50, passed:13, compile error:11, out of coverage:37, skip by comment:0, others:1 pkg/vfs/vfs_test.go-1-4: score:0.46 failed:52, passed:45, compile error:29, out of coverage:5, skip by comment:0, others:0 pkg/vfs/vfs_test.go-3-4: score:0.39 failed:70, passed:45, compile error:14, out of coverage:2, skip by comment:0, others:0 pkg/vfs/vfs_test.go-4-4: score:0.52 failed:51, passed:55, compile error:10, out of coverage:14, skip by comment:0, others:0 pkg/vfs/vfs_test.go-2-4: score:0.26 failed:93, passed:32, compile error:0, out of coverage:6, skip by comment:0, others:0 |
No description provided.