Skip to content

feat: SFTP storage and sync sftp command #40

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

Merged
merged 22 commits into from
Mar 31, 2025

fix

1b9ae14
Select commit
Loading
Failed to load commit list.
Merged

feat: SFTP storage and sync sftp command #40

fix
1b9ae14
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 31, 2025 in 0s

75.75% (target 70.00%)

View this Pull Request on Codecov

75.75% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 63.43612% with 166 lines in your changes missing coverage. Please review.

Project coverage is 75.75%. Comparing base (77a4a81) to head (1b9ae14).

Files with missing lines Patch % Lines
storage/sftp/sftp.go 55.62% 55 Missing and 12 partials ⚠️
fileutil/checksum.go 48.23% 31 Missing and 13 partials ⚠️
cmd/syncsftp.go 60.37% 28 Missing and 14 partials ⚠️
handler/dumphandler.go 66.66% 4 Missing ⚠️
dumper/dialer/ssh.go 84.21% 2 Missing and 1 partial ⚠️
config/closer.go 60.00% 1 Missing and 1 partial ⚠️
dumper/mysqlnativedump.go 60.00% 2 Missing ⚠️
handler/jobhandler.go 96.96% 0 Missing and 1 partial ⚠️
storage/local/local.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   79.41%   75.75%   -3.66%     
==========================================
  Files          26       28       +2     
  Lines        1695     2091     +396     
==========================================
+ Hits         1346     1584     +238     
- Misses        262      380     +118     
- Partials       87      127      +40     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.