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

cmd/sync: support existing and ignore-existing flag #3566

Merged
merged 3 commits into from
May 8, 2023

Conversation

zhijian-pro
Copy link
Contributor

@zhijian-pro zhijian-pro commented May 8, 2023

close #3559

@codecov-commenter
Copy link

codecov-commenter commented May 8, 2023

Codecov Report

Patch coverage: 21.42% and project coverage change: -0.07 ⚠️

Comparison is base (fdd216a) 56.23% compared to head (b539b23) 56.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3566      +/-   ##
==========================================
- Coverage   56.23%   56.17%   -0.07%     
==========================================
  Files         149      149              
  Lines       36762    36781      +19     
==========================================
- Hits        20674    20661      -13     
- Misses      13826    13850      +24     
- Partials     2262     2270       +8     
Impacted Files Coverage Δ
pkg/sync/config.go 0.00% <0.00%> (ø)
pkg/sync/sync.go 43.03% <0.00%> (-0.49%) ⬇️
cmd/sync.go 51.94% <100.00%> (+1.44%) ⬆️

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zhijian-pro zhijian-pro requested a review from SandyXSD May 8, 2023 07:18
@davies davies merged commit 8fc327a into main May 8, 2023
@davies davies deleted the sync_ignore_existing branch May 8, 2023 14:09
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.

juicefs sync: bring --ignore-existing support
4 participants