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

feat(cmd/fsck): refactor and add path for data check #5019

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jiefenghuang
Copy link
Contributor

close #4994

Signed-off-by: jiefenghuang <[email protected]>
Signed-off-by: jiefenghuang <[email protected]>
cmd/fsck.go Outdated Show resolved Hide resolved
Signed-off-by: jiefenghuang <[email protected]>
Signed-off-by: jiefenghuang <[email protected]>
Signed-off-by: jiefenghuang <[email protected]>
Copy link

codecov bot commented Jul 23, 2024

Codecov Report

Attention: Patch coverage is 43.61702% with 159 lines in your changes missing coverage. Please review.

Project coverage is 44.70%. Comparing base (a8cb0fc) to head (98ffd33).
Report is 31 commits behind head on main.

Files Patch % Lines
pkg/meta/base.go 26.66% 97 Missing and 13 partials ⚠️
cmd/fsck.go 62.87% 37 Missing and 12 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5019       +/-   ##
===========================================
+ Coverage   24.97%   44.70%   +19.73%     
===========================================
  Files          25      159      +134     
  Lines       16045    43306    +27261     
===========================================
+ Hits         4007    19361    +15354     
- Misses      11549    21518     +9969     
- Partials      489     2427     +1938     

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

@jiefenghuang jiefenghuang changed the title feat: fsck refactor and add path for data check feat(cmd/fsck): refactor and add path for data check Jul 25, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

fsck: check data integrity of specified path
3 participants