sshfs
sshfs copied to clipboard
allow passing kwargs to sftp client
Fixes #39
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.07%. Comparing base (
64cc6ef
) to head (59a8fe7
). Report is 1 commits behind head on main.
:exclamation: Current head 59a8fe7 differs from pull request most recent head b971999
Please upload reports for the commit b971999 to get more accurate results.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #41 +/- ##
==========================================
- Coverage 94.19% 94.07% -0.13%
==========================================
Files 13 13
Lines 723 742 +19
==========================================
+ Hits 681 698 +17
- Misses 42 44 +2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@efiop Would you mind reviewing this PR?
Hey, @ttomasz , thanks for the PR! Please see some suggestions above.
@ttomasz a gentle reminder :) or can we close this PR?
Sorry, was quite busy past few months 😅 I should be able to finish this up in June.
Changed popping kwargs to separate parameter for stuff to pass to underlying library.
Sorry for the mess with the commits. Do you want me to revert client_args/connect_args to being kwargs instead of parameter? Or is the current state ok?